File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2222Either 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
2828or add
2929
3030```
31- "corp-soft /laravel-fixtures": "*"
31+ "manageitwa /laravel-fixtures": "*"
3232```
3333
3434to the require section of your ` composer.json ` file.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments