Skip to content

Commit

Permalink
Merge pull request #3 from chimeraphp/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
lcobucci authored Jun 20, 2019
2 parents 32d7e2b + 20a50ef commit 2fc9671
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
rabbitmq: false
mongodb: false
php:
version: 7.2
version: 7.3
cache:
disabled: false
directories:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 7.2
- 7.3
- 7.4snapshot
- nightly
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"sort-packages": true
},
"require": {
"php": "^7.2 || ^8.0",
"chimera/foundation": "^0.2",
"php": "^7.3 || ^8.0",
"chimera/foundation": "^0.3",
"league/tactician": "^1.0",
"league/tactician-container": "^2.0"
},
"require-dev": {
"infection/infection": "^0.12",
"lcobucci/coding-standard": "^2.0",
"infection/infection": "^0.13",
"lcobucci/coding-standard": "^3.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fc9671

Please sign in to comment.