Skip to content

Commit

Permalink
Allow PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl committed Jun 7, 2022
1 parent 6e29404 commit b7337b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas-api-tools/api-tools": "^1.4",
"laminas-api-tools/api-tools-documentation": "^1.3",
"laminas/laminas-component-installer": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/modules.config.php
Expand Up @@ -7,6 +7,8 @@
declare(strict_types=1);

return [
'Laminas\Mvc\I18n',
'Laminas\I18n',
'Laminas\Db',
'Laminas\Filter',
'Laminas\Hydrator',
Expand Down

0 comments on commit b7337b8

Please sign in to comment.