Skip to content

Commit

Permalink
allow Symfony 7 packages to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Sep 11, 2023
1 parent fd8f61b commit b8b0c39
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: "none"
extensions: "gd, pdo_sqlite"
extensions: "gd, pdo_sqlite, uuid"
php-version: ${{ matrix.php-version }}
ini-values: memory_limit=-1
tools: composer:v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4.9|^6.3",
"symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0",
"psr/container": "^1.0|^2.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions extra/cache-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.2.5",
"symfony/cache": "^5.0|^6.0",
"symfony/cache": "^5.0|^6.0|^7.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\Cache\\" : "" },
Expand Down
2 changes: 1 addition & 1 deletion extra/cssinliner-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\CssInliner\\" : "" },
Expand Down
4 changes: 2 additions & 2 deletions extra/html-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.1.3",
"symfony/mime": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0|^7.0",
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\Html\\" : "" },
Expand Down
2 changes: 1 addition & 1 deletion extra/inky-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\Inky\\" : "" },
Expand Down
4 changes: 2 additions & 2 deletions extra/intl-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"require": {
"php": ">=7.1.3",
"twig/twig": "^2.7|^3.0",
"symfony/intl": "^5.4|^6.0"
"symfony/intl": "^5.4|^6.0|^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\Intl\\" : "" },
Expand Down
2 changes: 1 addition & 1 deletion extra/markdown-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3",
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
"erusev/parsedown": "^1.7",
"league/commonmark": "^1.0|^2.0",
"league/html-to-markdown": "^4.8|^5.0",
Expand Down
4 changes: 2 additions & 2 deletions extra/string-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=7.2.5",
"symfony/string": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^1.1|^2|^3",
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.3"
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0"
},
"autoload": {
"psr-4" : { "Twig\\Extra\\String\\" : "" },
Expand Down
6 changes: 3 additions & 3 deletions extra/twig-extra-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"require": {
"php": ">=7.2.5",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
"league/commonmark": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4|^6.3",
"symfony/phpunit-bridge": "^5.4|^6.3|^7.0",
"twig/cache-extra": "^3.0",
"twig/cssinliner-extra": "^2.12|^3.0",
"twig/html-extra": "^2.12|^3.0",
Expand Down

0 comments on commit b8b0c39

Please sign in to comment.