Skip to content

Commit cf7d50b

Browse files
authored
Merge pull request #87 from weierophinney/feature/php-8.1-support
Provide PHP 8.1 support
2 parents 13af250 + 2d73495 commit cf7d50b

File tree

7 files changed

+3862
-35
lines changed

7 files changed

+3862
-35
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/.phpunit.result.cache
2-
/composer.lock
32
/vendor/

.laminas-ci.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.1": true
4+
}
5+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"forum": "https://discourse.laminas.dev/"
1616
},
1717
"require": {
18-
"php": "^7.3 || ^8.0"
18+
"php": "^7.3 || ~8.0.0 || ~8.1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
21+
"phpunit/phpunit": "^9.3",
2222
"psalm/plugin-phpunit": "^0.15.1",
2323
"squizlabs/php_codesniffer": "^3.5",
2424
"vimeo/psalm": "^4.6"

0 commit comments

Comments
 (0)