Skip to content

Commit

Permalink
Merge pull request #8 from chimeraphp/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
lcobucci authored Jun 19, 2019
2 parents 80535a5 + 172f6ec commit c3d73cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"sort-packages": true
},
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"ramsey/uuid": "^3.8"
},
"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",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
Expand Down

0 comments on commit c3d73cc

Please sign in to comment.