Skip to content

Commit

Permalink
Merge pull request #11 from italia/updates
Browse files Browse the repository at this point in the history
Bump php dependencies
  • Loading branch information
pdavide authored Jun 14, 2019
2 parents 4ccb566 + 474d93f commit dd16673
Show file tree
Hide file tree
Showing 4 changed files with 711 additions and 412 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
.php_cs.cache
.idea
.DS_Store
.phpunit.result.cache
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

php:
- '7.1.25'
- '7.2.13'
- '7.3.0'
- '7.2.18'
- '7.3.5'

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}
],
"require": {
"php": ">=7.0.0",
"php": "^7.2.0",
"illuminate/config": "~5.0",
"illuminate/support": "~5.0",
"onelogin/php-saml": "^3.1",
"cweagans/composer-patches": "^1.6"
},
"require-dev": {
"pds/skeleton": "~1.0",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.0",
"mockery/mockery": "^1.0",
"mikey179/vfsstream": "^1.6",
Expand Down
Loading

0 comments on commit dd16673

Please sign in to comment.