Skip to content

Commit

Permalink
Merge branch 'package-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Jun 15, 2020
2 parents 0d0f45f + f169329 commit 028aa19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/example/update/temp/*
/vendor/

*.cache
composer.lock
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
dist: trusty

php:
- 7.2
- 7.3
- 7.4

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"ext-json": "*",
"ext-curl": "*",
"ext-zip": "*",
"php": "^7.3.0",
"php": "^7.2.0",
"desarrolla2/cache": "^3.0.0",
"monolog/monolog": "^2.1.0",
"composer/semver": "^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1.0"
"phpunit/phpunit": "^8.5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 028aa19

Please sign in to comment.