Skip to content

Commit

Permalink
Merge pull request #25 from creative-commoners/pulls/2/major-deps
Browse files Browse the repository at this point in the history
DEP Update core dependencies for CMS 5
  • Loading branch information
GuySartorelli authored Aug 8, 2022
2 parents c4e8728 + e0aeb69 commit f55a2d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"lint-clean": "phpcbf src/"
},
"require": {
"composer-plugin-api": "^1.1 || ^2"
"php": "^8.1",
"composer-plugin-api": "^2"
},
"require-dev": {
"composer/composer": "^1.2 || 2",
"composer/composer": "^2",
"squizlabs/php_codesniffer": "^3.5"
},
"minimum-stability": "dev"
Expand Down

0 comments on commit f55a2d9

Please sign in to comment.