You've already forked config
Herping the derp
This commit is contained in:
44
composer.json
Normal file
44
composer.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "siteworxpro/config",
|
||||
"type": "library",
|
||||
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
|
||||
"keywords": ["configuration", "config", "json", "yaml", "yml", "ini", "xml", "unframework", "microphp"],
|
||||
"homepage": "http://hassankhan.me/config/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hassan Khan",
|
||||
"role": "Developer",
|
||||
"homepage": "http://hassankhan.me/"
|
||||
},
|
||||
{
|
||||
"name": "Ron Rise",
|
||||
"role": "Contributer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"scrutinizer/ocular": "~1.1",
|
||||
"squizlabs/php_codesniffer": "~3.6.1",
|
||||
"slevomat/coding-standard": "^7.0.18",
|
||||
"symfony/yaml": "~3.4",
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "~3.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Siteworx\\Config\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Siteworx\\Config\\Test\\": "tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user