Files
apimacro/vendor/laravel/framework/src/Illuminate/Contracts/composer.json

36 lines
820 B
JSON
Raw Normal View History

2024-05-07 12:17:25 +02:00
{
"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": {
2024-08-13 13:44:16 +00:00
"php": "^7.3|^8.0",
2024-05-07 12:17:25 +02:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"extra": {
"branch-alias": {
2024-08-13 13:44:16 +00:00
"dev-master": "8.x-dev"
2024-05-07 12:17:25 +02:00
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}