Skip to content

Commit

Permalink
Update dependency php to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 6409c00 commit a4d20b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"psr-4": {"Lullabot\\Drainpipe\\Tests\\Functional\\": "tests/src/functional/"}
},
"require": {
"php": "^7.3||^8.0",
"php": "8.2.12",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"drush/drush": "^10|^11|^12",
Expand Down
2 changes: 1 addition & 1 deletion drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"psr-4": {"Lullabot\\DrainpipeDev\\Tests\\Functional\\": "tests/src/functional/"}
},
"require": {
"php": "^7.3||^8.0",
"php": "8.2.12",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"phpunit/phpunit": "^8|^9",
Expand Down

0 comments on commit a4d20b9

Please sign in to comment.