Skip to content

Commit

Permalink
Merge pull request #90 from alextartan/php_82
Browse files Browse the repository at this point in the history
try php 8.2
  • Loading branch information
alextartan committed May 12, 2023
2 parents ec02a56 + c6afd20 commit 7948186
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application environment.

### Requirements

- PHP 7.3
- PHP 8.2
- a config/container.php file (returns a ContainerInterface instance)

### Composer installation
Expand Down
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"mezzio"
],
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true
}
},
"require": {
"php": "^8.0 || ^8.1",
"php": "^8.0 || ^8.1 || ^8.2",
"psr/container": "^1.1.2 || ^2.0.2",
"symfony/console": "^v6.0.1"
"symfony/console": "^v6.2.5"
},
"autoload": {
"psr-4": {
Expand All @@ -29,12 +32,12 @@
},
"require-dev": {
"infection/infection": "^0.25.5",
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^9.6.3",
"php-coveralls/php-coveralls": "2.5.2",
"phpstan/phpstan": "1.2.0",
"phpstan/phpstan": "1.9.17",
"phpspec/prophecy": "1.*",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.4",
"jangregor/phpstan-prophecy": "1.0.0",
"squizlabs/php_codesniffer": "^3.6.2"
},
Expand Down

0 comments on commit 7948186

Please sign in to comment.