You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "jrosset/collections",
|
|
"description": "Classes for collections",
|
|
"keywords": [ ],
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"jrosset\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [ "tests/" ]
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PhpCollections",
|
|
"license": "CC-BY-4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "jul.rosset@gmail.com",
|
|
"issues": "https://git.jrosset.ovh/jrosset/PhpCollections/issues",
|
|
"wiki": "https://git.jrosset.ovh/jrosset/PhpCollections/wiki",
|
|
"docs": "https://git.jrosset.ovh/jrosset/PhpCollections/wiki",
|
|
"source": "https://git.jrosset.ovh/jrosset/PhpCollections"
|
|
}
|
|
} |