We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f91c8 commit cb3dd1cCopy full SHA for cb3dd1c
CHANGELOG.md
@@ -3,4 +3,9 @@
3
# ZEF Mini framework
4
5
6
+### 0.1.1 Rest app
7
+
8
+* add default rest app
9
+* add upgrade safe handler interface
10
11
### 0.1.0 Initial version
composer.json
@@ -3,7 +3,7 @@
"type" : "library",
"description" : "Mini PHP framework",
"homepage" : "https://github.com/zef-dev/zef-mini",
- "version": "0.1.0",
+ "version": "0.1.1",
"license" : "MIT",
"require" : {
"php" : "^7.2.5",
0 commit comments