Skip to content

Commit

Permalink
Upgrade to PHP 8.1 (#56)
Browse files Browse the repository at this point in the history
💥 upgrade to PHP 8.1 #55 and 🚀 Release 9.0.0
  • Loading branch information
elie29 committed Sep 24, 2022
1 parent 78b23a9 commit 4f254d6
Show file tree
Hide file tree
Showing 13 changed files with 3,068 additions and 2,893 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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 - 2022-09-24

### Added

- Nothing.

### Changed

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

### Deprecated

Expand Down Expand Up @@ -324,7 +324,7 @@ This is the complete change log. You can also read the [migration guide](docs/mi
### Added

- [#21](https://github.com/elie29/zend-di-config/issues/21) Add contributing.md document.
- [#23](https://github.com/elie29/zend-di-config/issues/23) Launch composer udpate.
- [#23](https://github.com/elie29/zend-di-config/issues/23) Launch composer update.

### Changed

Expand Down
Binary file modified composer
Binary file not shown.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 4f254d6

Please sign in to comment.