Skip to content

Commit 8277093

Browse files
authored
Merge pull request #4 from stats4sd/laravel-9-support
Laravel 9 support
2 parents c0f7ea5 + 2ed8860 commit 8277093

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
2-
composer.lock
2+
composer.lock
3+
.idea/

.styleci.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
],
1212
"homepage": "https://github.com/stats4sd/laravel-sql-views",
1313
"keywords": ["Laravel", "Sql"],
14-
"require": {
15-
"illuminate/support": "~5|~6|~7|~8"
16-
},
1714
"require-dev": {
1815
"phpunit/phpunit": "^8.0",
1916
"mockery/mockery": "^1.1",

0 commit comments

Comments
 (0)