File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Fixed
12
12
### Removed --->
13
13
14
- ## 0.1.2 - 2022-09-02
14
+ ## 0.1.3 - 2023-06-05
15
15
### Added
16
+ - Laravel 10 support
16
17
18
+ ## 0.1.2 - 2022-09-02
19
+ ### Added
17
20
- Laravel 9 support
18
21
19
22
## 0.1.1 - 2021-04-09
20
23
### Changed
21
-
22
24
- PHP8 support
23
25
24
26
## 0.1.0 - 2021-01-08
25
-
26
- - Initial pre-release
27
+ - Initial pre-release
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"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 "
25
25
},
26
26
"require-dev" : {
27
27
"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 " ,
29
29
"phpstan/phpstan" : " ^0.12.65" ,
30
30
"phpunit/phpunit" : " ^8.0|^9.0"
31
31
},
You can’t perform that action at this time.
0 commit comments