Skip to content

Commit

Permalink
Merge pull request #26 from froschdesign/feature/php-8.1-support
Browse files Browse the repository at this point in the history
Adds support for PHP 8.1
  • Loading branch information
Ocramius committed Dec 12, 2021
2 parents 1d29047 + fbb6d64 commit a434309
Show file tree
Hide file tree
Showing 41 changed files with 1,784 additions and 1,698 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
38 changes: 18 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,29 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6 || ^3.1",
"laminas/laminas-console": "^2.6",
"laminas/laminas-http": "^2.6",
"laminas/laminas-i18n": "^2.7.3",
"laminas/laminas-log": "^2.9.1",
"laminas/laminas-mvc": "^2.7.9 || ^3.0.4",
"laminas/laminas-permissions-acl": "^2.6",
"laminas/laminas-router": "^3.0.2",
"laminas/laminas-servicemanager": "^3.2.1",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-view": "^2.9",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.1"
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-config": "^3.7.0",
"laminas/laminas-http": "^2.15.1",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-mvc": "^3.3.0",
"laminas/laminas-permissions-acl": "^2.9.0",
"laminas/laminas-router": "^3.5.0",
"laminas/laminas-servicemanager": "^3.10.0",
"laminas/laminas-uri": "^2.9.1",
"laminas/laminas-view": "^2.14.2",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10"
},
"suggest": {
"laminas/laminas-config": "^2.6 || ^3.1, to provide page configuration (optional, as arrays and Traversables are also allowed)",
"laminas/laminas-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
"laminas/laminas-router": "^3.0, to use router-based URI generation with Mvc pages",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
"laminas/laminas-view": "^2.8.1, to use the navigation view helpers"
"laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
"laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
"laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
"laminas/laminas-servicemanager": "^3.10, to use the navigation factories",
"laminas/laminas-view": "^2.14, to use the navigation view helpers"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a434309

Please sign in to comment.