File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.1 (2023-05-01)
2+
3+ * Laravel 10 Support
4+
15# 1.0.1 (2022-11-24)
26
37* Update README.md
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " >=8.0.2" ,
15- "illuminate/support" : " ^9.0" ,
16- "illuminate/database" : " ^9.0" ,
17- "illuminate/contracts" : " ^9.0" ,
18- "clntdev/scrubber" : " ^1.0.1 "
15+ "illuminate/support" : " ^9.0|^10.0 " ,
16+ "illuminate/database" : " ^9.0|^10.0 " ,
17+ "illuminate/contracts" : " ^9.0|^10.0 " ,
18+ "clntdev/scrubber" : " ^1.0"
1919 },
2020 "require-dev" : {
2121 "roave/security-advisories" : " dev-latest" ,
2222 "mockery/mockery" : " ^1.0" ,
23- "orchestra/testbench" : " ^7.0" ,
23+ "orchestra/testbench" : " ^7.0|^8.0 " ,
2424 "phpunit/phpunit" : " ^9.5" ,
2525 "symfony/var-dumper" : " ^6.0" ,
2626 "squizlabs/php_codesniffer" : " ^3.7" ,
You can’t perform that action at this time.
0 commit comments