Skip to content

Commit 6212486

Browse files
snapshotpljeromegamez
authored andcommitted
Add support for Symfony 4 and PHP 7.2/7.3 (#1)
1 parent 98d8e00 commit 6212486

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
7+
- 7.3
68

79
install: composer install

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1
4+
5+
Support for Symfony 4, PHP 7.2 and PHP 7.3
6+
37
## 1.0
48

59
Initial release

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/serializer": "^2.8|^3.0",
14+
"symfony/serializer": "^2.8|^3.0|^4.0",
1515
"ramsey/uuid": "^3.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^6.3",
19-
"symfony/property-access": "^3.3"
18+
"phpunit/phpunit": "^6.3|^7.5",
19+
"symfony/property-access": "^3.3|^4.0"
2020
},
2121
"autoload": {
2222
"files": [

0 commit comments

Comments
 (0)