Skip to content

Commit 7c5559d

Browse files
authored
Merge pull request #1 from clnt/laravel-10-support
Laravel 10 Support
2 parents b5c35d6 + 90af4b9 commit 7c5559d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
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",

0 commit comments

Comments
 (0)