Skip to content

Commit

Permalink
Merge pull request #8 from PavelJurasek/relax-deps
Browse files Browse the repository at this point in the history
Updated dependencies versions
  • Loading branch information
MartinMystikJonas authored Apr 21, 2021
2 parents c6d138d + 6c92732 commit 209d8da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

matrix:
allow_failures:
- php: 7.2
- php: hhvm
- 7.3
- 7.4

before_script:
# Update composer
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"php": ">=5.6.0",
"nette/di": "^2.4",
"nette/application": "^2.4",
"paypal/rest-api-sdk-php": "1.5.*"
"paypal/rest-api-sdk-php": "^1.5"
},
"require-dev": {
"nette/bootstrap": "^2.4@dev",
"nette/robot-loader": "^2.4@dev",
"nette/tester": "^1.7@dev",
"mockery/mockery": "^0.9@dev"
"nette/bootstrap": "^2.4",
"nette/robot-loader": "^2.4",
"nette/tester": "^2.4",
"mockery/mockery": "^1.4"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 209d8da

Please sign in to comment.