Composer validate syntax
This commit is contained in:
parent
d5e9d3a753
commit
92a523e7a7
@ -1,33 +1,35 @@
|
||||
{
|
||||
"name": "scores/library",
|
||||
"description": "library",
|
||||
"authors": [
|
||||
"name" : "scores/library",
|
||||
"description" : "library",
|
||||
"authors" : [
|
||||
{
|
||||
"name": "Scores et Decisions",
|
||||
"email": "supportdev@scores-decisions.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"zendframework/zendframework1": "^1.12",
|
||||
"doctrine/dbal": "^2.5",
|
||||
"monolog/monolog": "^1.22"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8",
|
||||
"squizlabs/php_codesniffer": "2.*"
|
||||
},
|
||||
"include-path": ["src/"],
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"name" : "Scores et Decisions",
|
||||
"email" : "supportdev@scores-decisions.com"
|
||||
}
|
||||
],
|
||||
"require" : {
|
||||
"zendframework/zendframework1" : "^1.12",
|
||||
"doctrine/dbal" : "^2.5",
|
||||
"monolog/monolog" : "^1.22"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "^4.8",
|
||||
"squizlabs/php_codesniffer" : "2.*"
|
||||
},
|
||||
"include-path" : [
|
||||
"src/"
|
||||
],
|
||||
"autoload" : {
|
||||
"classmap" : [
|
||||
"src/Metier/",
|
||||
"src/Scores/"
|
||||
"src/Scores/"
|
||||
]
|
||||
},
|
||||
"bin": [
|
||||
"bin/library-cache.php",
|
||||
"bin/library-log.php",
|
||||
"bin/library-ratios.php",
|
||||
"bin/library-ratiosload.php",
|
||||
"bin/library-sfr.php"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bin" : [
|
||||
"bin/library-cache.php",
|
||||
"bin/library-log.php",
|
||||
"bin/library-ratios.php",
|
||||
"bin/library-ratiosload.php",
|
||||
"bin/library-sfr.php"
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue
Block a user