Skip to content

Commit

Permalink
馃挜 upgrade to PHP 8.1 #55
Browse files Browse the repository at this point in the history
  • Loading branch information
elie29 committed Sep 24, 2022
1 parent 78b23a9 commit b951ea9
Show file tree
Hide file tree
Showing 13 changed files with 3,067 additions and 2,892 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -12,15 +12,15 @@ env:

matrix:
include:
- php: 8.0
- php: 8.1
env:
- DEPS=lowest
- php: 8.0
- php: 8.1
env:
- DEPS=locked
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 8.0
- php: 8.1
env:
- DEPS=latest

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,15 +2,15 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## V8.1.2 - TBD
## V9.0.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.
- [#55](https://github.com/elie29/zend-di-config/issues/55) PHP8.1 Compatibility

### Deprecated

Expand Down
Binary file modified composer
Binary file not shown.
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -26,17 +26,17 @@
"source": "https://github.com/elie29/zend-di-config"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"laminas/laminas-stdlib": "^3.2",
"php-di/php-di": "^6.3"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.1.4",
"mikey179/vfsstream": "^1.6.7",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^0.12.57",
"phpstan/phpstan-mockery": "^0.12.13",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand All @@ -50,7 +50,8 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": true
},
"bin": [
"bin/add-autowires-entry"
Expand Down

0 comments on commit b951ea9

Please sign in to comment.