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 0c76618 commit 81009e2Copy full SHA for 81009e2
composer.json
@@ -2,8 +2,6 @@
2
"name": "apphp/php-mvc-framework",
3
"type": "project",
4
"description": "The ApPHP Framework.",
5
- "minimum-stability": "dev",
6
- "prefer-stable": true,
7
"keywords": [
8
"framework",
9
"mvc",
@@ -18,15 +16,17 @@
18
16
"homepage": "https://apphp.com/php-framework"
19
17
}
20
],
+ "minimum-stability": "dev",
+ "prefer-stable": true,
21
"config": {
22
"sort-packages": true
23
},
24
"require": {
25
- "php": ">=5.4.0",
26
- "apphp/php-mvc-framework": "^1.2.2",
+ "php": ">=5.4.0"
27
28
"require-dev": {
29
- "phpunit/phpunit": "^7.5"
+ "phpunit/phpunit": "^7.5",
+ "apphp/php-mvc-framework": "^1.2.2"
30
31
"autoload": {
32
"psr-4": {
0 commit comments