Skip to content

Commit

Permalink
Merge pull request #2 from mentisy/fix-composer-versioning
Browse files Browse the repository at this point in the history
Fix versioning to allow up-to breaking changes
  • Loading branch information
mentisy authored Dec 18, 2021
2 parents af3ee04 + 13656dc commit aa5bef5
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 236 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"require": {
"php": ">=7.4",
"cakephp/cakephp": "~4.2.0"
"cakephp/cakephp": "^4.2"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "~4.2.0",
"cakephp/cakephp-codesniffer": "^4.2",
"phpunit/phpunit": "~8.5.0 || ^9.3",
"phpstan/phpstan": "^0.12.30"
},
Expand Down
Loading

0 comments on commit aa5bef5

Please sign in to comment.