Skip to content

Commit

Permalink
Upgrade to SF7 (#666)
Browse files Browse the repository at this point in the history
* Upgrade to SF7

* Update composer.json

---------

Co-authored-by: Nuno Maduro <[email protected]>
  • Loading branch information
damien-louis and nunomaduro authored Nov 30, 2023
1 parent e098811 commit 4f39057
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^7.4|^8.0",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand All @@ -33,11 +33,11 @@
"sebastian/diff": "^4.0|^5.0",
"slevomat/coding-standard": "^8.13",
"squizlabs/php_codesniffer": "^3.7",
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/console": "^4.2.12|^5.0|^6.0",
"symfony/finder": "^4.2.12|^5.0|^6.0",
"symfony/http-client": "^4.3.8|^5.0|^6.0",
"symfony/process": "^5.4|^6.0"
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^0.15.0",
Expand All @@ -47,7 +47,7 @@
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"rector/rector": "0.11.56",
"symfony/var-dumper": "^4.2.12|^5.0|^6.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.0"
},
"suggest": {
Expand Down

0 comments on commit 4f39057

Please sign in to comment.