mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
9e103260ec
2f3e9be0ae
[DX] Test BetterNodeFinder with Laravel container (#4106)
35 lines
868 B
JSON
35 lines
868 B
JSON
{
|
|
"name": "illuminate\/contracts",
|
|
"description": "The Illuminate Contracts package.",
|
|
"license": "MIT",
|
|
"homepage": "https:\/\/laravel.com",
|
|
"support": {
|
|
"issues": "https:\/\/github.com\/laravel\/framework\/issues",
|
|
"source": "https:\/\/github.com\/laravel\/framework"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"psr\/container": "^1.1.1|^2.0.1",
|
|
"psr\/simple-cache": "^1.0|^2.0|^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202306\\Illuminate\\Contracts\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "10.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |