Skip to content

Commit

Permalink
fix(deps): update dependency php to ^8.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent e8a5c4e commit 90145f5
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": "^8.1",
"php": "^8.3.14",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"drush/drush": "^11|^12|^13",
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": "^8.1",
"php": "^8.3.14",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"behat/mink": "^1.12.0",
Expand Down

0 comments on commit 90145f5

Please sign in to comment.