A composer autofind
This commit is contained in:
parent
1fb57141bc
commit
19f4b8a220
|
|
@ -24,16 +24,21 @@
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Ratchet\\": "src/Ratchet"
|
"Blax\\Roles\\": "src"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"sort-packages": true
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||||
"illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
"illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||||
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||||
"illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
"illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||||
"illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
"illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
"laravel/pint": "^1.22"
|
"laravel/pint": "^1.22"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue