Skip to content

Commit fa6e9ac

Browse files
authored
Bump dependencies (#679)
- Update dependencies - Bump min PHP version to 8.1 - Bump to Box v4
1 parent f67ae1e commit fa6e9ac

File tree

5 files changed

+248
-428
lines changed

5 files changed

+248
-428
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1' ]
17+
php: [ '8.1' ]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php:
18-
- '7.4'
19-
- '8.0'
2018
- '8.1'
2119
steps:
2220
- name: Checkout
@@ -90,8 +88,6 @@ jobs:
9088
- 'e2e_031'
9189
- 'e2e_032'
9290
php:
93-
- '7.4'
94-
- '8.0'
9591
- '8.1'
9692

9793
steps:

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
php:
65-
- '7.4'
66-
- '8.0'
6765
- '8.1'
6866
steps:
6967
- name: Checkout

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,
2222
"require": {
23-
"php": "^7.4 || ^8.0",
23+
"php": "^8.1",
2424
"composer/package-versions-deprecated": "^1.8",
2525
"fidry/console": "^0.5.0",
2626
"jetbrains/phpstorm-stubs": "^v2022.1",
@@ -34,7 +34,7 @@
3434
},
3535
"require-dev": {
3636
"bamarni/composer-bin-plugin": "^1.1",
37-
"humbug/box": "^3.16.0 || ^4.0",
37+
"humbug/box": "^4.0",
3838
"phpspec/prophecy-phpunit": "^2.0",
3939
"phpunit/phpunit": "^9.0"
4040
},
@@ -64,7 +64,7 @@
6464
"bin-dir": "bin",
6565
"sort-packages": true,
6666
"platform": {
67-
"php": "7.4.0"
67+
"php": "8.1.0"
6868
},
6969
"allow-plugins": {
7070
"bamarni/composer-bin-plugin": true,

0 commit comments

Comments
 (0)