Skip to content

Commit 1e80b76

Browse files
authored
Merge pull request #81 from Xerkus/feature/update-laminas-integration
Update Laminas integration
2 parents 76689df + 40ae089 commit 1e80b76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/laminas-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '7.3', '7.4' ]
14+
php: [ '7.3', '7.4', '8.0', '8.1' ]
1515
uses: ./.github/workflows/integration.yml
1616
with:
1717
php: ${{ matrix.php }}

.github/workflows/laminas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.0', '8.1', '8.2' ]
14+
php: [ '8.2', '8.3', '8.4' ]
1515
uses: ./.github/workflows/integration.yml
1616
with:
1717
php: ${{ matrix.php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"f3-factory/fatfree-psr7": "^2.0",
2323
"guzzlehttp/psr7": "^1.7 || ^2.0",
2424
"httpsoft/http-message": "^1.1",
25-
"laminas/laminas-diactoros": "^2.1",
25+
"laminas/laminas-diactoros": "^2.1 || ^3.0",
2626
"nyholm/psr7": "^1.0",
2727
"ringcentral/psr7": "^1.2",
2828
"slim/psr7": "^1.4"

0 commit comments

Comments
 (0)