Skip to content

Commit e90acc3

Browse files
committed
Add Laravel 9 and 10 support
1 parent 554405d commit e90acc3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2222
Either run
2323

2424
```
25-
php composer.phar require --prefer-dist corp-soft/laravel-fixtures "*"
25+
php composer.phar require --prefer-dist manageitwa/laravel-fixtures "*"
2626
```
2727

2828
or add
2929

3030
```
31-
"corp-soft/laravel-fixtures": "*"
31+
"manageitwa/laravel-fixtures": "*"
3232
```
3333

3434
to the require section of your `composer.json` file.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.4",
19-
"illuminate/database": "~5.5|^6.0|^7.0|^8.0",
20-
"illuminate/support": "~5.5|^6.0|^7.0|^8.0"
18+
"php": "7.4.*|^8.0",
19+
"illuminate/database": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
2121
},
2222
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "~2.0",
23+
"friendsofphp/php-cs-fixer": "^2.0|^3.0",
2424
"phpunit/phpunit": "~9.0",
2525
"dms/phpunit-arraysubset-asserts": "^0.5.0",
26-
"orchestra/testbench": "~3.5.0|^4.0|^5.0|^6.0"
26+
"orchestra/testbench": "~3.5.0|^4.0|^5.0|^6.0|^7.0|^8.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)