Skip to content

Commit 81009e2

Browse files
author
Samuel Akopyan
committed
~ changes in composer.json
1 parent 0c76618 commit 81009e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "apphp/php-mvc-framework",
33
"type": "project",
44
"description": "The ApPHP Framework.",
5-
"minimum-stability": "dev",
6-
"prefer-stable": true,
75
"keywords": [
86
"framework",
97
"mvc",
@@ -18,15 +16,17 @@
1816
"homepage": "https://apphp.com/php-framework"
1917
}
2018
],
19+
"minimum-stability": "dev",
20+
"prefer-stable": true,
2121
"config": {
2222
"sort-packages": true
2323
},
2424
"require": {
25-
"php": ">=5.4.0",
26-
"apphp/php-mvc-framework": "^1.2.2",
25+
"php": ">=5.4.0"
2726
},
2827
"require-dev": {
29-
"phpunit/phpunit": "^7.5"
28+
"phpunit/phpunit": "^7.5",
29+
"apphp/php-mvc-framework": "^1.2.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)