Skip to content

Commit

Permalink
Add support for Symfony 4 and PHP 7.2/7.3 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl authored and jeromegamez committed Jan 9, 2019
1 parent 98d8e00 commit 6212486
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3

install: composer install
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1

Support for Symfony 4, PHP 7.2 and PHP 7.3

## 1.0

Initial release
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"symfony/serializer": "^2.8|^3.0",
"symfony/serializer": "^2.8|^3.0|^4.0",
"ramsey/uuid": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
"symfony/property-access": "^3.3"
"phpunit/phpunit": "^6.3|^7.5",
"symfony/property-access": "^3.3|^4.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 6212486

Please sign in to comment.