Skip to content

Commit

Permalink
Merge pull request #170 from laracasts/v2
Browse files Browse the repository at this point in the history
[v2] Breaking changes - support only recent-ish Laravel versions (6+)
  • Loading branch information
tabacitu authored Sep 10, 2020
2 parents 8fbb247 + f25e7b1 commit 0b8b3d3
Show file tree
Hide file tree
Showing 11 changed files with 2,218 additions and 617 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,26 @@
{
"name": "Jeffrey Way",
"email": "[email protected]"
},
{
"name": "Cristian Tabacitu",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.8|~6.0|~7.0|~8.0"
"illuminate/support": "~6.0|~7.0|~8.0"
},
"require-dev": {
"phpspec/phpspec": "~2.1"
"phpspec/phpspec": "~6.0"
},
"autoload": {
"psr-4": {
"Laracasts\\Generators\\": "src/"
}
},
"scripts": {
"test": "vendor/bin/phpspec run"
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 0b8b3d3

Please sign in to comment.