Skip to content

Commit

Permalink
5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
iiDestiny committed Sep 14, 2017
1 parent 3c4ed7e commit 2972dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.1.0
- 7.0

before_script:
- composer self-update
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "summerblue/generator",
"description": "Extend Laravel 5.3's generators scaffold.",
"description": "Extend Laravel 5.5's generators scaffold.",
"keywords": [
"laravel",
"generators",
Expand All @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
Expand Down
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function prepareFilesystem()

$this->files =
[
'./database/factories/ModelFactory.php',
'./database/factories/UserFactory.php',
'./database/seeds/DatabaseSeeder.php',
'./app/Models/Model.php',
'./app/Providers/AuthServiceProvider.php',
Expand Down

0 comments on commit 2972dbe

Please sign in to comment.