Skip to content

Commit

Permalink
Merge pull request #1323 from phalcon/#1282-update-composer-dependencies
Browse files Browse the repository at this point in the history
#1282 - Update composer.json dependencies
  • Loading branch information
Jeckerson authored Oct 10, 2019
2 parents 140bd88 + 6e08007 commit d94c86b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
},
"require": {
"php": ">=7.2",
"ext-phalcon": "~4.0",
"ext-phalcon": "4.0.0-rc.1",
"psy/psysh": "~0.9",
"nikic/php-parser": "^3.1"
"nikic/php-parser": "^4.2.4"
},
"require-dev": {
"kherge/box": "^2.7",
"codeception/codeception": "^2.3",
"phpdocumentor/reflection-docblock": "^2.0",
"phpunit/phpunit": "^4.8",
"codeception/specify": "^0.4",
"codeception/verify": "^0.3",
"squizlabs/php_codesniffer": "^3.2",
"codeception/codeception": "^3.1",
"phpdocumentor/reflection-docblock": "^4.3",
"phpunit/phpunit": "^8.0",
"codeception/specify": "^1.2",
"codeception/verify": "^1.2",
"squizlabs/php_codesniffer": "^3.5",
"phalcon/ide-stubs": "4.0.0-rc.1"
},
"autoload": {
Expand Down

0 comments on commit d94c86b

Please sign in to comment.