Skip to content

Commit 30aadaf

Browse files
authored
Merge pull request #10 from magento-atwix-pyrrans/update-symfony
AC-2748 update 'symfony/console' dependency to support 5.4v
2 parents 244c03c + a0cb0c6 commit 30aadaf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
php-version:
1616
- "7.4"
17-
- "8.0"
1817
- "8.1"
1918
dependencies:
2019
- "lowest"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.4.0||~8.0.0||~8.1.0",
11+
"php": "~7.4.0||~8.1.0",
1212
"composer/composer": "^1.9 || ^2.0",
13-
"symfony/console": "~4.4.0"
13+
"symfony/console": "~4.4.0||~5.4.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9"

0 commit comments

Comments
 (0)