Skip to content

Commit

Permalink
Fix dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jboutet committed Jan 16, 2023
1 parent 0ab6311 commit cfb1d80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},

"require": {
"php": "~8.1",
"ext-phalcon": "~5.0",
"sidroberts/cron": "~2.0"
"php": "^8.0",
"ext-phalcon": "^5.0",
"sidroberts/cron": "2.0.*"
},

"require-dev": {
"codeception/codeception": "~5.0",
"codeception/module-asserts": "~2.0",
"squizlabs/php_codesniffer": "~3.0"
"codeception/codeception": "5.0.7",
"codeception/module-asserts": "3.0.0",
"squizlabs/php_codesniffer": "3.7.1"
},

"autoload": {
Expand Down

0 comments on commit cfb1d80

Please sign in to comment.