Skip to content

Commit

Permalink
Update php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 18, 2022
1 parent 687cf83 commit 0884977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"wordpress"
],
"require": {
"php": "^8.1",
"php": "^8.0",
"composer/installers": "^2.2",
"roots/bedrock-autoloader": "^1.0",
"roots/wordpress": "^6.0.3",
"roots/wp-password-bcrypt": "^1.1",
"symfony/http-foundation": "^6.1",
"symfony/http-foundation": "^6.0",
"vinkla/headache": "^2.2",
"vlucas/phpdotenv": "^5.5",
"wpackagist-plugin/clean-image-filenames": "^1.3"
},
"require-dev": {
"symfony/var-dumper": "^6.1"
"symfony/var-dumper": "^6.0"
},
"repositories": [
{
Expand Down

0 comments on commit 0884977

Please sign in to comment.