Skip to content

Commit

Permalink
Allow more rector versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Jan 10, 2025
1 parent 7a393b8 commit 662fbc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"require": {
"php": "^8.2",
"league/flysystem": "^2.0 || ^3.0.10",
"symfony/framework-bundle": "^5.0 || ^6.0",
"symfony/framework-bundle": "^6.0 || ^7.0",
"ext-dom": "*",
"symfony/translation-contracts": "^3.0",
"jms/serializer": "^3.17",
"subugoe/oai-model": "^0.1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"rector/rector": "^0.15",
"rector/rector": "*",
"phpunit/phpunit": "^9.5"
},
"scripts": {
Expand Down

0 comments on commit 662fbc1

Please sign in to comment.