Skip to content

Commit 0e3ceac

Browse files
authored
Merge pull request #3 from chimeraphp/upgrade-dependencies
Upgrade dependencies
2 parents fdae829 + 1caad5d commit 0e3ceac

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
rabbitmq: false
99
mongodb: false
1010
php:
11-
version: 7.2
11+
version: 7.3
1212
cache:
1313
disabled: false
1414
directories:

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 7.2
76
- 7.3
87
- 7.4snapshot
98
- nightly

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"sort-packages": true
1515
},
1616
"require": {
17-
"php": "^7.2 || ^8.0",
18-
"jms/serializer": "^2.1",
19-
"chimera/foundation": "^0.2"
17+
"php": "^7.3 || ^8.0",
18+
"jms/serializer": "^3.0",
19+
"chimera/foundation": "^0.3"
2020
},
2121
"require-dev": {
22-
"infection/infection": "^0.12",
23-
"lcobucci/coding-standard": "^2.0",
22+
"infection/infection": "^0.13",
23+
"lcobucci/coding-standard": "^3.0",
2424
"phpstan/phpstan": "^0.11",
2525
"phpstan/phpstan-deprecation-rules": "^0.11",
2626
"phpstan/phpstan-phpunit": "^0.11",
2727
"phpstan/phpstan-strict-rules": "^0.11",
28-
"phpunit/phpunit": "^8.0"
28+
"phpunit/phpunit": "^8.2"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)