Merge branch 'zf-3.x'
... | ... | @@ -8,18 +8,16 @@ |
} | ||
], | ||
"require": { | ||
"unicaen/app": "^1.3", | ||
"zf-commons/zfc-user-doctrine-orm": ">=0.1", | ||
"jasig/phpcas": ">=1.3.3", | ||
"bjyoungblood/bjy-authorize": ">=1.4", | ||
"ramsey/uuid": "^3.7", | ||
"beberlei/assert": "^2.9" | ||
"unicaen/app": "dev-zf-3.x", | ||
"unicaen/bjy-authorize": "dev-zf-3.x", | ||
"jasig/phpcas": "^1.3", | ||
"ramsey/uuid": "^3.7" | ||
}, | ||
"require-dev": { | ||
"phpunit/PHPUnit": ">=3.7" | ||
"phpunit/phpunit": "^5.6" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"psr-0": { | ||
"UnicaenAuth": "src/", | ||
"UnicaenAuthTest": "tests/" | ||
}, | ||
... | ... |
This diff is collapsed.