Skip to content

Commit

Permalink
Drop old phpunit and symfony versions (#433)
Browse files Browse the repository at this point in the history
* Drop phpunit 7

* Drop unsupported symfony versions

* Bump Symfony & PHPUnit further

---------

Co-authored-by: Alexander M. Turek <[email protected]>
  • Loading branch information
connorhu and derrabus authored Feb 6, 2024
1 parent 249eab8 commit ffccbed
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 @@ -16,10 +16,10 @@
"doctrine/annotations": "^1.14 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^8.5 || ^9.6",
"squizlabs/php_codesniffer": "^3.8",
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^4.4 || ^5.3 || ^6.0 || ^7.0",
"symfony/cache": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"zf1/zend-date": "^1.12",
"zf1/zend-registry": "^1.12"
},
Expand Down

0 comments on commit ffccbed

Please sign in to comment.