Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek committed Feb 25, 2023
1 parent 30e5e9d commit b7792f6
Show file tree
Hide file tree
Showing 5 changed files with 1,497 additions and 1,407 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.php_cs.cache
/vendor/
.idea
/.phpunit.result.cache
/.phpunit.cache/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [2.2.10] - 2023-02-25
### Changed
- Add support for Laravel 10

## [2.2.9] - 2022-02-11
### Changed
- Add support for Laravel 9
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
}
],
"require": {
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
"mnabialek/laravel-version": "^1.0.3",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*|10.*",
"mnabialek/laravel-version": "^1.0.6",
"nesbot/carbon": "~1.0 || ^2.0",
"illuminate/filesystem": "5.*|6.*|7.*|8.*|9.*",
"illuminate/container": "5.*|6.*|7.*|8.*|9.*"
"illuminate/filesystem": "5.*|6.*|7.*|8.*|9.*|10.*",
"illuminate/container": "5.*|6.*|7.*|8.*|9.*|10.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.0",
"laravel/framework": "9.*"
"laravel/framework": "10.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b7792f6

Please sign in to comment.