mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "laravel/helpers",
|
|
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
|
|
"keywords": ["laravel", "helpers"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
},
|
|
{
|
|
"name": "Dries Vints",
|
|
"email": "dries@laravel.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1.3|^8.0",
|
|
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0|^8.0|^9.0"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|