Skip to content

Commit

Permalink
Merge pull request #10 from lerouxguillaume/master
Browse files Browse the repository at this point in the history
Update dependencies to allow PHP8
  • Loading branch information
TomHAnderson authored Jul 9, 2022
2 parents d6e2d02 + b00a3c6 commit 0587693
Show file tree
Hide file tree
Showing 4 changed files with 1,931 additions and 2,824 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
env:
EXECUTE_COVERAGE=true
- php: 7.4
- php: 8.0

before_install:
- if [[ $EXECUTE_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
],
"prefer-stable": true,
"require": {
"php": "^7.2.0",
"php": "^7.2.0 || ~8.0",
"doctrine/data-fixtures": "^1.3.0",
"doctrine/doctrine-module": "^2.1 || ^4.0",
"doctrine/doctrine-module": "^2.1 || ^4.0 || ^5.0",
"laminas/laminas-modulemanager": "^2.7.2 || ^3.0.0",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-servicemanager": "^3.1",
"laminas/laminas-dependency-plugin": "^2.0"
},
"require-dev": {
"api-skeletons/coding-standard": "^1.0.0",
"doctrine/doctrine-orm-module": "^2.1 || ^3.0 || ^4.0",
"doctrine/doctrine-orm-module": "^2.1 || ^3.0 || ^4.0 || ^5.0",
"dprevite/lint": "^1.0.0",
"laminas/laminas-i18n": "^2.7",
"laminas/laminas-test": "^3.0",
"phpstan/phpstan-doctrine": "^0.12.15",
"laminas/laminas-test": "^3.0 || ^4.0",
"phpstan/phpstan-doctrine": "^1.2",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.2.0"
},
Expand Down
Loading

0 comments on commit 0587693

Please sign in to comment.