Skip to content

Commit

Permalink
Merge pull request #102 from mblsolutions/feature/37826-allow-laravel-10
Browse files Browse the repository at this point in the history
Feature/37826 allow laravel 10
  • Loading branch information
rsloan-mlbsolutions authored Feb 21, 2024
2 parents 94d3272 + 6927b4b commit 15ad671
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v5.1.0

+ Update dependencies to support Laravel 10

## v5.0.0

+ Update dependencies to support Laravel 9
+ Update dependencies to require Laravel 9 minimum

## v4.3.1

Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"illuminate/cache": "^9.0",
"illuminate/console": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/database": "^9.0",
"illuminate/events": "^9.0",
"illuminate/filesystem": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/support": "^9.0",
"illuminate/http": "^9.0",
"illuminate/cache": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"illuminate/filesystem": "^9.0|^10.0",
"illuminate/queue": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"maatwebsite/excel": "^3.1",
"lerouse/laravel-repository": "^2.0",
"lerouse/laravel-repository": "^2.4",
"laravel/legacy-factories": "^1.2",
"doctrine/dbal": "^3.3",
"psr/simple-cache": "^2.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 15ad671

Please sign in to comment.