Skip to content

Commit 93e385f

Browse files
support laravel 10
1 parent 0f455e0 commit 93e385f

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ composer test
3333

3434
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
3535

36-
## Contributing
37-
38-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
39-
40-
## Security Vulnerabilities
41-
42-
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
43-
44-
## Credits
45-
46-
- [Pyae Sone Aung](https://github.com/PyaeSoneAungRgn)
47-
- [All Contributors](../../contributors)
48-
4936
## License
5037

5138
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"laravel/pint": "^1.0",
2525
"nunomaduro/collision": "^6.0",
2626
"nunomaduro/larastan": "^2.0.1",
27-
"orchestra/testbench": "^7.0",
27+
"orchestra/testbench": "^7.0|^8.0",
2828
"pestphp/pest": "^1.21",
2929
"pestphp/pest-plugin-laravel": "^1.1",
3030
"phpstan/extension-installer": "^1.1",
@@ -60,10 +60,7 @@
6060
"laravel": {
6161
"providers": [
6262
"PyaeSoneAung\\ToRawSql\\ToRawSqlServiceProvider"
63-
],
64-
"aliases": {
65-
"ToRawSql": "PyaeSoneAung\\ToRawSql\\Facades\\ToRawSql"
66-
}
63+
]
6764
}
6865
},
6966
"minimum-stability": "dev",

0 commit comments

Comments
 (0)