.gitignore
0 → 100644
+1
−0
Module.php
0 → 100755
+35
−0
composer.json
0 → 100644
+26
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/octopus",
|
||
"description": "Module de recupération des entités provenant octopus",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"unicaen/app": "^1.3",
|
||
"zf-commons/zfc-user-doctrine-orm": ">=0.1",
|
||
"bjyoungblood/bjy-authorize": ">=1.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/PHPUnit": ">=3.7"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"UnicaenOctopus": "src/"
|
||
},
|
||
"classmap": [
|
||
"./Module.php"
|
||
]
|
||
}
|
||
} |
||
No newline at end of file |
config/module.config.php
0 → 100755
+92
−0
+46
−0
Loading