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 016db43 commit 47b0eafCopy full SHA for 47b0eaf
composer.json
@@ -3,6 +3,7 @@
3
"type": "project",
4
"description": "The ApPHP Framework.",
5
"minimum-stability": "dev",
6
+ "prefer-stable": true,
7
"keywords": [
8
"framework",
9
"mvc",
@@ -24,7 +25,7 @@
24
25
"php": ">=5.4.0"
26
},
27
"require-dev": {
- "apphp/php-mvc-framework": "dev-master",
28
+ "apphp/php-mvc-framework": "^1.2.2@dev",
29
"phpunit/phpunit": "^7.5"
30
31
"autoload": {
0 commit comments