Skip to content

Commit

Permalink
Added support for PHP 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Koen1999 <[email protected]>
  • Loading branch information
Koen1999 committed Feb 5, 2022
1 parent c9fc504 commit 4bfd756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"framework"
],
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-component-installer": "^2.4",
"laminas/laminas-development-mode": "^3.2",
"laminas/laminas-skeleton-installer": "^0.3",
"laminas/laminas-skeleton-installer": "^0.4",
"laminas/laminas-mvc": "^3.1.1"
},
"autoload": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
{
"name": "laminas/laminas-mvc-form",
"constraint": "^1.1.0",
"constraint": "^2.0.0",
"prompt": "Would you like to install forms support?",
"module": true
},
Expand Down Expand Up @@ -89,7 +89,7 @@
},
{
"name": "laminas/laminas-test",
"constraint": "^3.4.2",
"constraint": "^4.0.0",
"prompt": "Would you like to install MVC testing tools for testing support?",
"dev": true
},
Expand Down

0 comments on commit 4bfd756

Please sign in to comment.