Skip to content

Commit 47b0eaf

Browse files
author
Samuel Akopyan
committed
~ changes in composer.json
1 parent 016db43 commit 47b0eaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "project",
44
"description": "The ApPHP Framework.",
55
"minimum-stability": "dev",
6+
"prefer-stable": true,
67
"keywords": [
78
"framework",
89
"mvc",
@@ -24,7 +25,7 @@
2425
"php": ">=5.4.0"
2526
},
2627
"require-dev": {
27-
"apphp/php-mvc-framework": "dev-master",
28+
"apphp/php-mvc-framework": "^1.2.2@dev",
2829
"phpunit/phpunit": "^7.5"
2930
},
3031
"autoload": {

0 commit comments

Comments
 (0)