Correction: ajout de la dépendance avec beberlei/assert manquante.
Showing
... | @@ -12,7 +12,8 @@ | ... | @@ -12,7 +12,8 @@ |
"zf-commons/zfc-user-doctrine-orm": ">=0.1", | "zf-commons/zfc-user-doctrine-orm": ">=0.1", | ||
"jasig/phpcas": ">=1.3.3", | "jasig/phpcas": ">=1.3.3", | ||
"bjyoungblood/bjy-authorize": ">=1.4", | "bjyoungblood/bjy-authorize": ">=1.4", | ||
"ramsey/uuid": "^3.7" | "ramsey/uuid": "^3.7", | ||
"beberlei/assert": "^2.9" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/PHPUnit": ">=3.7" | "phpunit/PHPUnit": ">=3.7" | ||
... | @@ -26,4 +27,4 @@ | ... | @@ -26,4 +27,4 @@ |
"./Module.php" | "./Module.php" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment