Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ang3 committed Feb 28, 2020
1 parent 4f96e37 commit ded75db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1.3
- 7.2
- 7.3

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"psr-4": { "Ang3\\Component\\Serializer\\Encoder\\Tests\\": "tests/" }
},
"require": {
"php": "^7.1",
"php": "^7.2",
"phpoffice/phpspreadsheet": "^1.9",
"symfony/serializer": "^4.1",
"symfony/filesystem": "^3.0 || ^4.0",
"symfony/property-access": "^3.0 || ^4.0"
"symfony/filesystem": "^4.0",
"symfony/property-access": "^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2.7 || ^4.3 || ^5.0 || ^6.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ded75db

Please sign in to comment.