Skip to content

Commit

Permalink
Merge pull request #18 from yondifon/master
Browse files Browse the repository at this point in the history
Support for Laravel & PHP - 8.x
  • Loading branch information
jordanmiguel authored Mar 15, 2021
2 parents ed1d2c5 + f4a1841 commit 51e3692
Show file tree
Hide file tree
Showing 2 changed files with 1,403 additions and 440 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
],
"require": {
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"php" : "~5.6|~7.2"
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"php": "~5.6|^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3",
"phpunit/phpunit": ">=5.4.3",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand All @@ -43,9 +43,9 @@
},
"extra": {
"laravel": {
"providers": [
"JordanMiguel\\LaravelPopular\\LaravelPopularServiceProvider"
]
"providers": [
"JordanMiguel\\LaravelPopular\\LaravelPopularServiceProvider"
]
}
},
"config": {
Expand Down
Loading

0 comments on commit 51e3692

Please sign in to comment.