Skip to content

Commit c43da0a

Browse files
authored
Merge pull request #121 from magento-commerce/PHP81-develop
Upgrade outdated libraries
2 parents 5a3f391 + 4227efe commit c43da0a

File tree

11 files changed

+539
-998
lines changed

11 files changed

+539
-998
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8.0']
15+
php-versions: ['7.3', '7.4', '8.0', '8.1']
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['7.3', '7.4', '8.0']
57+
php-versions: ['7.3', '7.4', '8.0', '8.1']
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['7.3', '7.4', '8.0']
89+
php-versions: ['7.3', '7.4', '8.0', '8.1']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['7.3', '7.4', '8.0']
121+
php-versions: ['7.3', '7.4', '8.0', '8.1']
122122

123123
services:
124124
chrome:

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@
2424
"composer/composer": "^1.9||^2.0",
2525
"csharpru/vault-php": "^4.2.1",
2626
"guzzlehttp/guzzle": "^7.3.0",
27-
"hoa/console": "~3.0",
2827
"monolog/monolog": "^2.3",
2928
"mustache/mustache": "~2.5",
3029
"nikic/php-parser": "^4.4",
3130
"php-webdriver/webdriver": "^1.9.0",
3231
"spomky-labs/otphp": "^10.0",
3332
"symfony/console": "^4.4",
33+
"symfony/dotenv": "^5.3",
3434
"symfony/finder": "^5.0",
3535
"symfony/http-foundation": "^5.0",
3636
"symfony/mime": "^5.0",
3737
"symfony/process": "^4.4",
38-
"vlucas/phpdotenv": "^2.4",
3938
"weew/helpers-array": "^1.3"
4039
},
4140
"require-dev": {
@@ -47,6 +46,9 @@
4746
"sebastian/phpcpd": "~6.0.0",
4847
"squizlabs/php_codesniffer": "~3.6.0"
4948
},
49+
"suggest": {
50+
"hoa/console": "Enables <pause /> action and interactive console functionality"
51+
},
5052
"autoload": {
5153
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
5254
"psr-4": {

0 commit comments

Comments
 (0)