Skip to content

Commit

Permalink
Merge pull request #220 from thecaliskan/master
Browse files Browse the repository at this point in the history
Added Symfony 7.x and PHPUnit 10.x Support
  • Loading branch information
freekmurze authored Dec 14, 2023
2 parents f870700 + 27d7ff4 commit 405a95b
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 @@ -18,12 +18,12 @@
"require": {
"php": "^7.4|^8.0",
"laravel/serializable-closure": "^1.0",
"symfony/process": "^3.3 || ^4.0 || ^5.0 || ^6.0"
"symfony/process": "^3.3 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"larapack/dd": "^1.1",
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0",
"symfony/stopwatch": "^4.0 || ^5.0 || ^6.0"
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0 || ^10.0",
"symfony/stopwatch": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
"ext-pcntl": "Required to use async processes",
Expand Down

0 comments on commit 405a95b

Please sign in to comment.