Skip to content

Commit

Permalink
Merge pull request #185 from caugner/drop-laravel-7-support
Browse files Browse the repository at this point in the history
Drop support for Laravel 7
  • Loading branch information
mr-feek authored Jul 13, 2021
2 parents c032e4e + d475892 commit 04dd39b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 35 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"require": {
"php": "^7.3|^8",
"ext-simplexml": "*",
"illuminate/config": "^6.0 || ^7.0 || ^8.0",
"illuminate/container": "^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/events": "^6.0 || ^7.0 || ^8.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0",
"illuminate/routing": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/view": "^6.0 || ^7.0 || ^8.0",
"illuminate/config": "^6.0 || ^8.0",
"illuminate/container": "^6.0 || ^8.0",
"illuminate/contracts": "^6.0 || ^8.0",
"illuminate/database": "^6.0 || ^8.0",
"illuminate/events": "^6.0 || ^8.0",
"illuminate/http": "^6.0 || ^8.0",
"illuminate/routing": "^6.0 || ^8.0",
"illuminate/support": "^6.0 || ^8.0",
"illuminate/view": "^6.0 || ^8.0",
"vimeo/psalm": "^4.8.1",
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0",
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
Expand Down
25 changes: 0 additions & 25 deletions stubs/7/helpers.stubphp

This file was deleted.

2 changes: 1 addition & 1 deletion tests/acceptance/FactoryTypes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Feature: factory()
"""

Scenario: can use factory helper in Laravel 6.x and 7.x
Given I have the "laravel/framework" package satisfying the "6.* || 7.*"
Given I have the "laravel/framework" package satisfying the "6.*"
And I have the following code
"""
class FactoryTest {
Expand Down

0 comments on commit 04dd39b

Please sign in to comment.