Skip to content

Commit 38100a6

Browse files
committed
Laravel version 10 support
1 parent 1dd9e46 commit 38100a6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Fixed
1212
### Removed --->
1313

14-
## 0.1.2 - 2022-09-02
14+
## 0.1.3 - 2023-06-05
1515
### Added
16+
- Laravel 10 support
1617

18+
## 0.1.2 - 2022-09-02
19+
### Added
1720
- Laravel 9 support
1821

1922
## 0.1.1 - 2021-04-09
2023
### Changed
21-
2224
- PHP8 support
2325

2426
## 0.1.0 - 2021-01-08
25-
26-
- Initial pre-release
27+
- Initial pre-release

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"require": {
2323
"php": "^7.2|^8.0",
24-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0"
24+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.17",
28-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2929
"phpstan/phpstan": "^0.12.65",
3030
"phpunit/phpunit": "^8.0|^9.0"
3131
},

0 commit comments

Comments
 (0)