Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
update dependencies (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Oct 18, 2020
1 parent 3dff24e commit 6ad82c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
language: php

php:
- '7.1'
- '7.2'
- '7.4'
- nightly

env:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -22,16 +22,16 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.4"
},
"require-dev": {
"illuminate/support": "^5.6",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"orchestra/testbench": "~3.0",
"phpoffice/phpspreadsheet": "^1.3",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0"
"phpoffice/phpspreadsheet": "^1.15",
"symfony/config": "^4.4 || ^5.1",
"symfony/dependency-injection": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1.5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6ad82c0

Please sign in to comment.