Skip to content

Commit

Permalink
Update symfony packages for PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jul 6, 2022
1 parent c0b7850 commit 2038f75
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,13 +8,13 @@
"wordpress"
],
"require": {
"php": "^8.0",
"php": "^8.0.2",
"composer/installers": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/wordpress": "^6.0",
"roots/wp-password-bcrypt": "^1.1",
"symfony/http-foundation": "^6.1",
"symfony/var-dumper": "^6.1",
"symfony/http-foundation": "^6.0",
"symfony/var-dumper": "^6.0",
"vlucas/phpdotenv": "^5.4"
},
"repositories": [
Expand Down

0 comments on commit 2038f75

Please sign in to comment.