Skip to content

Commit

Permalink
Merge 39a4bf6 into 05fc39f
Browse files Browse the repository at this point in the history
  • Loading branch information
Livijn committed May 8, 2019
2 parents 05fc39f + 39a4bf6 commit c1ef1f4
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 3,122 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
/vendor/
*.phpunit.result.cache
composer.lock
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: php
php:
- 7.3
- 7.2
- 7.1
before_script: composer install
script: vendor/bin/phpunit -c phpunit.xml
script: vendor/bin/phpunit -c phpunit.xml
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -14,11 +14,11 @@
"laravel-plugin"
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"laravel/framework": ">=5.8"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.8.0",
"orchestra/database": "~3.8.0"
},
Expand Down

0 comments on commit c1ef1f4

Please sign in to comment.