Skip to content

Commit

Permalink
Update composer dependencies and PHP version
Browse files Browse the repository at this point in the history
This commit updates the composer.json file. The dependencies versions have been changed to more recent versions and the required PHP version has been updated too. These changes support more recent and secure code usage conventions.
  • Loading branch information
attackant committed Oct 30, 2023
1 parent faf3c86 commit 55477bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type" : "wordpress-plugin",
"license" : "GPL-3.0-or-later",
"require" : {
"composer/installers": "~1.0",
"php": ">=7.1"
"composer/installers": "^1.12.0",
"php": "^8.0"
},
"require-dev": {
"phpspec/prophecy": "~1.0",
"alleyinteractive/alley-coding-standards": "^0.3.0",
"yoast/phpunit-polyfills": "^1.0"
"phpspec/prophecy": "^1.17.0",
"alleyinteractive/alley-coding-standards": "^2.0.1",
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
"phpcbf" : "phpcbf .",
Expand Down

0 comments on commit 55477bb

Please sign in to comment.