From d5523580fd532585e7e5bb38f83ee0101fea378e Mon Sep 17 00:00:00 2001
From: lecluse <lecluse@d57fa8bc-6af1-4de9-8b7d-78e900e231e7>
Date: Tue, 28 Jan 2014 10:30:23 +0000
Subject: [PATCH] Mise en place du Skeleton
---
composer.json | 14 +
composer.lock | 2786 +++++++++++++++++
config/application.config.php | 19 +
config/autoload/README.md | 8 +
config/autoload/global.php | 6 +
config/autoload/local.php.dist | 7 +
config/autoload/unicaen-app.global.php | 28 +
config/autoload/unicaen-auth.global.php | 30 +
init_autoloader.php | 49 +
module/Application/Module.php | 40 +
module/Application/config/module.config.php | 80 +
module/Application/language/en_US.mo | Bin 0 -> 545 bytes
module/Application/language/en_US.po | 154 +
module/Application/language/fr_FR.mo | Bin 0 -> 5073 bytes
module/Application/language/fr_FR.po | 153 +
.../Controller/IndexController.php | 21 +
.../view/application/index/index.phtml | 25 +
public/.htaccess | 17 +
public/css/app.css | 0
public/index.php | 13 +
public/js/app.js | 0
21 files changed, 3450 insertions(+)
create mode 100755 composer.json
create mode 100644 composer.lock
create mode 100755 config/application.config.php
create mode 100755 config/autoload/README.md
create mode 100755 config/autoload/global.php
create mode 100755 config/autoload/local.php.dist
create mode 100644 config/autoload/unicaen-app.global.php
create mode 100644 config/autoload/unicaen-auth.global.php
create mode 100755 init_autoloader.php
create mode 100755 module/Application/Module.php
create mode 100755 module/Application/config/module.config.php
create mode 100755 module/Application/language/en_US.mo
create mode 100755 module/Application/language/en_US.po
create mode 100755 module/Application/language/fr_FR.mo
create mode 100755 module/Application/language/fr_FR.po
create mode 100755 module/Application/src/Application/Controller/IndexController.php
create mode 100755 module/Application/view/application/index/index.phtml
create mode 100755 public/.htaccess
create mode 100755 public/css/app.css
create mode 100755 public/index.php
create mode 100755 public/js/app.js
diff --git a/composer.json b/composer.json
new file mode 100755
index 0000000000..0351ce8593
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+ "name": "unicaen/unicaen-skeleton-application",
+ "description": "Squelette d'application Unicaen (ZF2)",
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "http://dev.unicaen.fr/packagist"
+ }
+ ],
+ "require": {
+ "unicaen/unicaen-app": "dev-trunk",
+ "unicaen/unicaen-auth": "dev-trunk"
+ }
+}
\ No newline at end of file
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000000..e8f5a7dc6b
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,2786 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
+ ],
+ "hash": "7e3d0a0c29e686ab681bf6506e530ca1",
+ "packages": [
+ {
+ "name": "bjyoungblood/bjy-authorize",
+ "version": "1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bjyoungblood/BjyAuthorize.git",
+ "reference": "02723bd19f0bba33649d708022f8d0e0b795f57a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bjyoungblood/BjyAuthorize/zipball/02723bd19f0bba33649d708022f8d0e0b795f57a",
+ "reference": "02723bd19f0bba33649d708022f8d0e0b795f57a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-cache": "~2.1",
+ "zendframework/zend-eventmanager": "~2.1",
+ "zendframework/zend-http": "~2.1",
+ "zendframework/zend-mvc": "~2.1",
+ "zendframework/zend-permissions-acl": "~2.1",
+ "zendframework/zend-servicemanager": "~2.1",
+ "zendframework/zend-view": "~2.1"
+ },
+ "require-dev": {
+ "doctrine/common": ">=2.3,<2.5-dev",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "~0.6",
+ "squizlabs/php_codesniffer": "1.4.*",
+ "zendframework/zend-developer-tools": "0.*",
+ "zf-commons/zfc-user": "0.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "BjyAuthorize\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://ocramius.github.com/",
+ "role": "Developer"
+ },
+ {
+ "name": "Ben Youngblood",
+ "email": "bx.youngblood@gmail.com",
+ "homepage": "http://bjyoungblood.com/",
+ "role": "Developer"
+ }
+ ],
+ "description": "Zend\\Acl based firewall system for ZF2 dispatch protection",
+ "homepage": "https://github.com/bjyoungblood/BjyAuthorize",
+ "keywords": [
+ "acl",
+ "zf2",
+ "zfc-user"
+ ],
+ "time": "2013-07-05 11:59:46"
+ },
+ {
+ "name": "doctrine/annotations",
+ "version": "v1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/annotations.git",
+ "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
+ "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/lexer": "1.*",
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "doctrine/cache": "1.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\Annotations\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan H. Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "http://jmsyst.com",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Docblock Annotations Parser",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "annotations",
+ "docblock",
+ "parser"
+ ],
+ "time": "2013-06-16 21:33:03"
+ },
+ {
+ "name": "doctrine/cache",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/cache.git",
+ "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449",
+ "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "conflict": {
+ "doctrine/common": ">2.2,<2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": ">=3.7",
+ "satooshi/php-coveralls": "~0.6"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\Cache\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "http://jmsyst.com",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Caching library offering an object-oriented API for many cache backends",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "cache",
+ "caching"
+ ],
+ "time": "2013-10-25 19:04:14"
+ },
+ {
+ "name": "doctrine/collections",
+ "version": "v1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/collections.git",
+ "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/560f29c39cfcfbcd210e5d549d993a39d898b04b",
+ "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\Collections\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "http://jmsyst.com",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Collections Abstraction library",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "array",
+ "collections",
+ "iterator"
+ ],
+ "time": "2013-03-07 12:15:54"
+ },
+ {
+ "name": "doctrine/common",
+ "version": "v2.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/common.git",
+ "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7",
+ "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/annotations": "1.*",
+ "doctrine/cache": "1.*",
+ "doctrine/collections": "1.*",
+ "doctrine/inflector": "1.*",
+ "doctrine/lexer": "1.*",
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.4.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "http://jmsyst.com",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Common Library for Doctrine projects",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "annotations",
+ "collections",
+ "eventmanager",
+ "persistence",
+ "spl"
+ ],
+ "time": "2013-09-07 10:20:34"
+ },
+ {
+ "name": "doctrine/dbal",
+ "version": "v2.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/dbal.git",
+ "reference": "fec965d330c958e175c39e61c3f6751955af32d0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0",
+ "reference": "fec965d330c958e175c39e61c3f6751955af32d0",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "~2.4",
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*",
+ "symfony/console": "~2.0"
+ },
+ "suggest": {
+ "symfony/console": "Allows use of the command line interface"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\DBAL\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ }
+ ],
+ "description": "Database Abstraction Layer",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "database",
+ "dbal",
+ "persistence",
+ "queryobject"
+ ],
+ "time": "2014-01-01 16:43:57"
+ },
+ {
+ "name": "doctrine/doctrine-module",
+ "version": "0.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/DoctrineModule.git",
+ "reference": "a1be11c78d62b880f4e21ff9a107d6e37bed3133"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/a1be11c78d62b880f4e21ff9a107d6e37bed3133",
+ "reference": "a1be11c78d62b880f4e21ff9a107d6e37bed3133",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": ">=2.4,<2.6-dev",
+ "php": ">=5.3.3",
+ "symfony/console": "~2.2",
+ "zendframework/zend-authentication": "~2.2",
+ "zendframework/zend-cache": "~2.2",
+ "zendframework/zend-mvc": "~2.2",
+ "zendframework/zend-paginator": "~2.2",
+ "zendframework/zend-servicemanager": "~2.2",
+ "zendframework/zend-stdlib": "~2.2",
+ "zendframework/zend-validator": "~2.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3.7",
+ "squizlabs/php_codesniffer": "1.4.*",
+ "zendframework/zendframework": "~2.2"
+ },
+ "suggest": {
+ "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
+ },
+ "bin": [
+ "bin/doctrine-module"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.8.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "DoctrineModule\\": "src/",
+ "DoctrineModuleTest\\": "tests/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kyle Spraggs",
+ "email": "theman@spiffyjr.me",
+ "homepage": "http://www.spiffyjr.me/"
+ },
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://marco-pivetta.com/",
+ "role": "Developer"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@hotmail.com"
+ },
+ {
+ "name": "Michaël Gallego",
+ "email": "mic.gallego@gmail.com",
+ "homepage": "http://www.michaelgallego.fr"
+ }
+ ],
+ "description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules",
+ "homepage": "http://www.doctrine-project.org/",
+ "keywords": [
+ "doctrine",
+ "module",
+ "zf2"
+ ],
+ "time": "2014-01-24 17:30:36"
+ },
+ {
+ "name": "doctrine/doctrine-orm-module",
+ "version": "0.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/DoctrineORMModule.git",
+ "reference": "31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0",
+ "reference": "31a0a0aefd424ca2eaecc0303c4bb0d959b1f2c0",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/dbal": ">=2.4,<2.6-dev",
+ "doctrine/doctrine-module": "0.8.*",
+ "doctrine/orm": ">=2.4,<2.6-dev",
+ "php": ">=5.3.3",
+ "zendframework/zend-mvc": ">=2.2",
+ "zendframework/zend-servicemanager": ">=2.2",
+ "zendframework/zend-stdlib": ">=2.2"
+ },
+ "require-dev": {
+ "doctrine/data-fixtures": "1.0.*",
+ "doctrine/migrations": "1.*",
+ "phpunit/phpunit": ">=3.7",
+ "squizlabs/php_codesniffer": "1.4.*",
+ "zendframework/zend-developer-tools": "*",
+ "zendframework/zendframework": "2.*"
+ },
+ "suggest": {
+ "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
+ "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
+ "zendframework/zend-form": "if you want to use form elements backed by Doctrine"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.8.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "DoctrineORMModule\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kyle Spraggs",
+ "email": "theman@spiffyjr.me",
+ "homepage": "http://www.spiffyjr.me/"
+ },
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://marco-pivetta.com/",
+ "role": "Developer"
+ },
+ {
+ "name": "Evan Coury",
+ "email": "me@evancoury.com",
+ "homepage": "http://blog.evan.pro/"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@hotmail.com"
+ }
+ ],
+ "description": "Zend Framework 2 Module that provides Doctrine ORM functionality",
+ "homepage": "http://www.doctrine-project.org/",
+ "keywords": [
+ "doctrine",
+ "module",
+ "orm",
+ "zf2"
+ ],
+ "time": "2014-01-24 18:13:09"
+ },
+ {
+ "name": "doctrine/inflector",
+ "version": "v1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/inflector.git",
+ "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
+ "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\Inflector\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "http://jmsyst.com",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "inflection",
+ "pluarlize",
+ "singuarlize",
+ "string"
+ ],
+ "time": "2013-01-10 21:49:15"
+ },
+ {
+ "name": "doctrine/lexer",
+ "version": "v1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/lexer.git",
+ "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
+ "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\Common\\Lexer\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Johannes Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "https://github.com/schmittjoh",
+ "role": "Developer of wrapped JMSSerializerBundle"
+ }
+ ],
+ "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "lexer",
+ "parser"
+ ],
+ "time": "2013-01-12 18:59:04"
+ },
+ {
+ "name": "doctrine/orm",
+ "version": "v2.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/doctrine2.git",
+ "reference": "84373d05a4198ec380918d535abf83c454c3867f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/84373d05a4198ec380918d535abf83c454c3867f",
+ "reference": "84373d05a4198ec380918d535abf83c454c3867f",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/collections": "~1.1",
+ "doctrine/dbal": "~2.4",
+ "ext-pdo": "*",
+ "php": ">=5.3.2",
+ "symfony/console": "~2.0"
+ },
+ "require-dev": {
+ "satooshi/php-coveralls": "dev-master",
+ "symfony/yaml": "~2.1"
+ },
+ "suggest": {
+ "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
+ },
+ "bin": [
+ "bin/doctrine",
+ "bin/doctrine.php"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.4.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Doctrine\\ORM\\": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jonathan Wage",
+ "email": "jonwage@gmail.com",
+ "homepage": "http://www.jwage.com/",
+ "role": "Creator"
+ },
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com",
+ "homepage": "http://www.instaclick.com"
+ },
+ {
+ "name": "Roman Borschel",
+ "email": "roman@code-factory.org"
+ },
+ {
+ "name": "Benjamin Eberlei",
+ "email": "kontakt@beberlei.de"
+ }
+ ],
+ "description": "Object-Relational-Mapper for PHP",
+ "homepage": "http://www.doctrine-project.org",
+ "keywords": [
+ "database",
+ "orm"
+ ],
+ "time": "2013-11-12 12:40:13"
+ },
+ {
+ "name": "intouch/phpcas",
+ "version": "1.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/In-Touch/phpCAS.git",
+ "reference": "2d77822871a179292e7c2a97cd45ba6d7bbf2bf7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/In-Touch/phpCAS/zipball/2d77822871a179292e7c2a97cd45ba6d7bbf2bf7",
+ "reference": "2d77822871a179292e7c2a97cd45ba6d7bbf2bf7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.2.0"
+ },
+ "type": "library",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Joachim Fritschi",
+ "homepage": "https://wiki.jasig.org/display/~fritschi"
+ },
+ {
+ "name": "Adam Franco",
+ "homepage": "https://wiki.jasig.org/display/~adamfranco"
+ }
+ ],
+ "description": "Provides a simple API for authenticating users against a CAS server",
+ "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
+ "keywords": [
+ "cas",
+ "jasig"
+ ],
+ "time": "2013-07-16 01:54:58"
+ },
+ {
+ "name": "kriswallsmith/assetic",
+ "version": "v1.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/kriswallsmith/assetic.git",
+ "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/735cffd3982c6e8cdebe292d5db39d077f65890f",
+ "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.1",
+ "symfony/process": "~2.1"
+ },
+ "require-dev": {
+ "cssmin/cssmin": "*",
+ "joliclic/javascript-packer": "*",
+ "kamicane/packager": "*",
+ "leafo/lessphp": "*",
+ "leafo/scssphp": "*",
+ "leafo/scssphp-compass": "*",
+ "mrclay/minify": "*",
+ "phpunit/phpunit": "~3.7",
+ "ptachoire/cssembed": "*",
+ "twig/twig": "~1.6"
+ },
+ "suggest": {
+ "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
+ "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
+ "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
+ "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
+ "twig/twig": "Assetic provides the integration with the Twig templating engine"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Assetic": "src/"
+ },
+ "files": [
+ "src/functions.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kris Wallsmith",
+ "email": "kris.wallsmith@gmail.com",
+ "homepage": "http://kriswallsmith.net/"
+ }
+ ],
+ "description": "Asset Management for PHP",
+ "homepage": "https://github.com/kriswallsmith/assetic",
+ "keywords": [
+ "assets",
+ "compression",
+ "minification"
+ ],
+ "time": "2013-07-19 00:03:27"
+ },
+ {
+ "name": "rwoverdijk/assetmanager",
+ "version": "1.3.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/RWOverdijk/AssetManager.git",
+ "reference": "ef5965c763dd0261d8516d6f9ab011c2fcc3e902"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/RWOverdijk/AssetManager/zipball/ef5965c763dd0261d8516d6f9ab011c2fcc3e902",
+ "reference": "ef5965c763dd0261d8516d6f9ab011c2fcc3e902",
+ "shasum": ""
+ },
+ "require": {
+ "kriswallsmith/assetic": "1.1.*",
+ "php": ">=5.3.3",
+ "zendframework/zend-config": "2.*",
+ "zendframework/zend-console": "2.*",
+ "zendframework/zend-eventmanager": "2.*",
+ "zendframework/zend-form": "2.*",
+ "zendframework/zend-http": "2.*",
+ "zendframework/zend-loader": "2.*",
+ "zendframework/zend-modulemanager": "2.*",
+ "zendframework/zend-mvc": "2.*",
+ "zendframework/zend-serializer": "2.*",
+ "zendframework/zend-servicemanager": "2.*",
+ "zendframework/zend-stdlib": "2.*",
+ "zendframework/zend-view": "2.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "AssetManager": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://ocramius.github.com/",
+ "role": "Developer"
+ },
+ {
+ "name": "Wesley Overdijk",
+ "email": "r.w.overdijk@gmail.com",
+ "homepage": "http://blog.spoonx.nl/"
+ }
+ ],
+ "description": "An assetmanager module for Zend Framework 2.",
+ "homepage": "https://github.com/RWOverdijk/AssetManager",
+ "keywords": [
+ "asset",
+ "asset manager",
+ "zend framework 2",
+ "zf2"
+ ],
+ "time": "2013-12-05 22:17:38"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v2.4.1",
+ "target-dir": "Symfony/Component/Console",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/Console.git",
+ "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/Console/zipball/4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
+ "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "symfony/event-dispatcher": "~2.1"
+ },
+ "suggest": {
+ "symfony/event-dispatcher": ""
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Symfony\\Component\\Console\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "http://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony Console Component",
+ "homepage": "http://symfony.com",
+ "time": "2014-01-01 08:14:50"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v2.4.1",
+ "target-dir": "Symfony/Component/Process",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/Process.git",
+ "reference": "58fdccb311e44f28866f976c2d7b3227e9f713db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/Process/zipball/58fdccb311e44f28866f976c2d7b3227e9f713db",
+ "reference": "58fdccb311e44f28866f976c2d7b3227e9f713db",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.4-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Symfony\\Component\\Process\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "http://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony Process Component",
+ "homepage": "http://symfony.com",
+ "time": "2014-01-05 02:10:50"
+ },
+ {
+ "name": "unicaen/unicaen-app",
+ "version": "dev-trunk",
+ "source": {
+ "type": "svn",
+ "url": "https://svn.unicaen.fr/svn/UnicaenApp",
+ "reference": "/trunk/@389"
+ },
+ "require": {
+ "doctrine/doctrine-orm-module": ">=0.7",
+ "php": ">=5.3.3",
+ "rwoverdijk/assetmanager": ">=1.3",
+ "zendframework/zend-eventmanager": ">=2.2",
+ "zendframework/zend-i18n": ">=2.2",
+ "zendframework/zend-ldap": ">=2.2",
+ "zendframework/zend-mail": ">=2.2",
+ "zendframework/zend-mvc": ">=2.2",
+ "zendframework/zend-navigation": ">=2.2",
+ "zendframework/zend-servicemanager": ">=2.2",
+ "zendframework/zend-session": ">=2.2",
+ "zendframework/zend-version": ">=2.2",
+ "zendframework/zend-view": ">=2.2"
+ },
+ "require-dev": {
+ "mpdf/mpdf": "v5.7.1",
+ "phpunit/phpunit": ">=3.7",
+ "zendframework/zend-test": ">=2.2"
+ },
+ "bin": [
+ "bin/deploy.sh",
+ "bin/doctrine-module-em"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "UnicaenApp": "src/",
+ "UnicaenAppTest": "tests/"
+ },
+ "classmap": [
+ "./Module.php"
+ ]
+ },
+ "description": "Module commun aux applis ZF2 de l'UCBN"
+ },
+ {
+ "name": "unicaen/unicaen-auth",
+ "version": "dev-trunk",
+ "source": {
+ "type": "svn",
+ "url": "https://svn.unicaen.fr/svn/UnicaenAuth",
+ "reference": "/trunk/@169"
+ },
+ "require": {
+ "bjyoungblood/bjy-authorize": ">=1.4",
+ "intouch/phpcas": ">=1.3",
+ "unicaen/unicaen-app": "dev-trunk",
+ "zf-commons/zfc-user-doctrine-orm": ">=0.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": ">=3.7"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "UnicaenAuth": "src/",
+ "UnicaenAuthTest": "tests/"
+ },
+ "classmap": [
+ "./Module.php"
+ ]
+ },
+ "description": "Module d'authentification pour les applis ZF2 de l'UCBN"
+ },
+ {
+ "name": "zendframework/zend-authentication",
+ "version": "2.2.5",
+ "target-dir": "Zend/Authentication",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendAuthentication.git",
+ "reference": "a57682085540a6abd13f2528a5d56da81a45fb2d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendAuthentication/zipball/a57682085540a6abd13f2528a5d56da81a45fb2d",
+ "reference": "a57682085540a6abd13f2528a5d56da81a45fb2d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-crypt": "Zend\\Crypt component",
+ "zendframework/zend-db": "Zend\\Db component",
+ "zendframework/zend-session": "Zend\\Session component",
+ "zendframework/zend-uri": "Zend\\Uri component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Authentication\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
+ "keywords": [
+ "Authentication",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:11"
+ },
+ {
+ "name": "zendframework/zend-cache",
+ "version": "2.2.5",
+ "target-dir": "Zend/Cache",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendCache.git",
+ "reference": "49e5c3a59c4acb3e3e0a5b251f31b274889b1f97"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendCache/zipball/49e5c3a59c4acb3e3e0a5b251f31b274889b1f97",
+ "reference": "49e5c3a59c4acb3e3e0a5b251f31b274889b1f97",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-eventmanager": "self.version",
+ "zendframework/zend-servicemanager": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "require-dev": {
+ "zendframework/zend-serializer": "self.version"
+ },
+ "suggest": {
+ "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
+ "ext-dba": "DBA, to use the DBA storage adapter",
+ "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
+ "ext-wincache": "WinCache, to use the WinCache storage adapter",
+ "zendframework/zend-serializer": "Zend\\Serializer component",
+ "zendframework/zend-session": "Zend\\Session component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Cache\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a generic way to cache any data",
+ "keywords": [
+ "cache",
+ "zf2"
+ ],
+ "time": "2013-10-26 10:00:05"
+ },
+ {
+ "name": "zendframework/zend-config",
+ "version": "2.2.5",
+ "target-dir": "Zend/Config",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendConfig.git",
+ "reference": "e3457e088f641bfd5b02d9985c1ef504a571bc62"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/e3457e088f641bfd5b02d9985c1ef504a571bc62",
+ "reference": "e3457e088f641bfd5b02d9985c1ef504a571bc62",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Config\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a nested object property based user interface for accessing this configuration data within application code",
+ "keywords": [
+ "config",
+ "zf2"
+ ],
+ "time": "2013-10-02 08:00:13"
+ },
+ {
+ "name": "zendframework/zend-console",
+ "version": "2.2.5",
+ "target-dir": "Zend/Console",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendConsole.git",
+ "reference": "91152066dc6bcb104d93dd4ed2ddf0dacc6342f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendConsole/zipball/91152066dc6bcb104d93dd4ed2ddf0dacc6342f7",
+ "reference": "91152066dc6bcb104d93dd4ed2ddf0dacc6342f7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Console\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "console",
+ "zf2"
+ ],
+ "time": "2013-06-12 19:45:26"
+ },
+ {
+ "name": "zendframework/zend-crypt",
+ "version": "2.2.5",
+ "target-dir": "Zend/Crypt",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendCrypt.git",
+ "reference": "97755b496cda7889887adf1d283f8d32c86674b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendCrypt/zipball/97755b496cda7889887adf1d283f8d32c86674b9",
+ "reference": "97755b496cda7889887adf1d283f8d32c86674b9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-math": "self.version",
+ "zendframework/zend-servicemanager": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Crypt\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "crypt",
+ "zf2"
+ ],
+ "time": "2013-06-12 19:48:13"
+ },
+ {
+ "name": "zendframework/zend-db",
+ "version": "2.2.5",
+ "target-dir": "Zend/Db",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendDb.git",
+ "reference": "f17c80f27c0a071442b64716a46db5e2a047ceee"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendDb/zipball/f17c80f27c0a071442b64716a46db5e2a047ceee",
+ "reference": "f17c80f27c0a071442b64716a46db5e2a047ceee",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "zendframework/zend-stdlib": "2.2.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Db\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "db",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:13"
+ },
+ {
+ "name": "zendframework/zend-escaper",
+ "version": "2.2.5",
+ "target-dir": "Zend/Escaper",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendEscaper.git",
+ "reference": "5db67b32359d86326077209f1fefbbf1183911e8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendEscaper/zipball/5db67b32359d86326077209f1fefbbf1183911e8",
+ "reference": "5db67b32359d86326077209f1fefbbf1183911e8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Escaper\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "escaper",
+ "zf2"
+ ],
+ "time": "2013-05-01 21:53:03"
+ },
+ {
+ "name": "zendframework/zend-eventmanager",
+ "version": "2.2.5",
+ "target-dir": "Zend/EventManager",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendEventManager.git",
+ "reference": "f325feef4e1a19b873936e5b116980fbe88dd176"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendEventManager/zipball/f325feef4e1a19b873936e5b116980fbe88dd176",
+ "reference": "f325feef4e1a19b873936e5b116980fbe88dd176",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\EventManager\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "eventmanager",
+ "zf2"
+ ],
+ "time": "2013-06-12 19:45:10"
+ },
+ {
+ "name": "zendframework/zend-filter",
+ "version": "2.2.5",
+ "target-dir": "Zend/Filter",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendFilter.git",
+ "reference": "0dbe1c10822a340a253a99147bb004978915f641"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendFilter/zipball/0dbe1c10822a340a253a99147bb004978915f641",
+ "reference": "0dbe1c10822a340a253a99147bb004978915f641",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "require-dev": {
+ "zendframework/zend-crypt": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-crypt": "Zend\\Crypt component",
+ "zendframework/zend-i18n": "Zend\\I18n component",
+ "zendframework/zend-stdlib": "Zend\\Stdlib component",
+ "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter",
+ "zendframework/zend-validator": "Zend\\Validator component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Filter\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a set of commonly needed data filters",
+ "keywords": [
+ "filter",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:14"
+ },
+ {
+ "name": "zendframework/zend-form",
+ "version": "2.2.5",
+ "target-dir": "Zend/Form",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendForm.git",
+ "reference": "9ca41244172e8a6b0fb854ca7100a4b8cc70bacd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendForm/zipball/9ca41244172e8a6b0fb854ca7100a4b8cc70bacd",
+ "reference": "9ca41244172e8a6b0fb854ca7100a4b8cc70bacd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-inputfilter": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "require-dev": {
+ "zendframework/zendservice-recaptcha": "*"
+ },
+ "suggest": {
+ "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Form\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "form",
+ "zf2"
+ ],
+ "time": "2013-10-30 19:00:05"
+ },
+ {
+ "name": "zendframework/zend-http",
+ "version": "2.2.5",
+ "target-dir": "Zend/Http",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendHttp.git",
+ "reference": "5b8745a7f857fbf3bd989b2ccaebd6778de7c25a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendHttp/zipball/5b8745a7f857fbf3bd989b2ccaebd6778de7c25a",
+ "reference": "5b8745a7f857fbf3bd989b2ccaebd6778de7c25a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-loader": "self.version",
+ "zendframework/zend-stdlib": "self.version",
+ "zendframework/zend-uri": "self.version",
+ "zendframework/zend-validator": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Http\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
+ "keywords": [
+ "http",
+ "zf2"
+ ],
+ "time": "2013-10-23 15:00:05"
+ },
+ {
+ "name": "zendframework/zend-i18n",
+ "version": "2.2.5",
+ "target-dir": "Zend/I18n",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendI18n.git",
+ "reference": "d69eda2fc0e137412eeca3340952eb94345a5c25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendI18n/zipball/d69eda2fc0e137412eeca3340952eb94345a5c25",
+ "reference": "d69eda2fc0e137412eeca3340952eb94345a5c25",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
+ "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
+ "zendframework/zend-filter": "You should install this package to use the provided filters",
+ "zendframework/zend-resources": "Translation resources",
+ "zendframework/zend-validator": "You should install this package to use the provided validators",
+ "zendframework/zend-view": "You should install this package to use the provided view helpers"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\I18n\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "i18n",
+ "zf2"
+ ],
+ "time": "2013-10-23 20:00:09"
+ },
+ {
+ "name": "zendframework/zend-inputfilter",
+ "version": "2.2.5",
+ "target-dir": "Zend/InputFilter",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendInputFilter.git",
+ "reference": "cb80bd225a321d9cfef5522a3ebbe739fcaaef95"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendInputFilter/zipball/cb80bd225a321d9cfef5522a3ebbe739fcaaef95",
+ "reference": "cb80bd225a321d9cfef5522a3ebbe739fcaaef95",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-filter": "self.version",
+ "zendframework/zend-stdlib": "self.version",
+ "zendframework/zend-validator": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-servicemanager": "To support plugin manager support"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\InputFilter\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "inputfilter",
+ "zf2"
+ ],
+ "time": "2013-10-23 19:00:04"
+ },
+ {
+ "name": "zendframework/zend-json",
+ "version": "2.2.5",
+ "target-dir": "Zend/Json",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendJson.git",
+ "reference": "f4394103c3db6052de75bbfcf6613888b0a63d9b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendJson/zipball/f4394103c3db6052de75bbfcf6613888b0a63d9b",
+ "reference": "f4394103c3db6052de75bbfcf6613888b0a63d9b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-server": "Zend\\Server component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Json\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
+ "keywords": [
+ "json",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:16"
+ },
+ {
+ "name": "zendframework/zend-ldap",
+ "version": "2.2.5",
+ "target-dir": "Zend/Ldap",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendLdap.git",
+ "reference": "08374f18a58e6d705dd76a0091947da74fbb1ab0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendLdap/zipball/08374f18a58e6d705dd76a0091947da74fbb1ab0",
+ "reference": "08374f18a58e6d705dd76a0091947da74fbb1ab0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Ldap\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory",
+ "keywords": [
+ "ldap",
+ "zf2"
+ ],
+ "time": "2013-10-26 10:00:05"
+ },
+ {
+ "name": "zendframework/zend-loader",
+ "version": "2.2.5",
+ "target-dir": "Zend/Loader",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendLoader.git",
+ "reference": "9e3537a6012dc0b184f66f8668e6c33fd805f0eb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendLoader/zipball/9e3537a6012dc0b184f66f8668e6c33fd805f0eb",
+ "reference": "9e3537a6012dc0b184f66f8668e6c33fd805f0eb",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Loader\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "loader",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:17"
+ },
+ {
+ "name": "zendframework/zend-mail",
+ "version": "2.2.5",
+ "target-dir": "Zend/Mail",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendMail.git",
+ "reference": "654e02f0490b7ecbfb18150383c6b4e01fd6f1d3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendMail/zipball/654e02f0490b7ecbfb18150383c6b4e01fd6f1d3",
+ "reference": "654e02f0490b7ecbfb18150383c6b4e01fd6f1d3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-crypt": "self.version",
+ "zendframework/zend-loader": "self.version",
+ "zendframework/zend-mime": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
+ "zendframework/zend-validator": "Zend\\Validator component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Mail\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
+ "keywords": [
+ "mail",
+ "zf2"
+ ],
+ "time": "2013-10-20 21:00:05"
+ },
+ {
+ "name": "zendframework/zend-math",
+ "version": "2.2.5",
+ "target-dir": "Zend/Math",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendMath.git",
+ "reference": "7cba0957e916b705ba280f31919e6acfa3d983fd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendMath/zipball/7cba0957e916b705ba280f31919e6acfa3d983fd",
+ "reference": "7cba0957e916b705ba280f31919e6acfa3d983fd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Math\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "math",
+ "zf2"
+ ],
+ "time": "2013-10-02 08:00:14"
+ },
+ {
+ "name": "zendframework/zend-mime",
+ "version": "2.2.5",
+ "target-dir": "Zend/Mime",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendMime.git",
+ "reference": "34f88da8dc21bc89fce030c4b7f7b0155f59fb99"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendMime/zipball/34f88da8dc21bc89fce030c4b7f7b0155f59fb99",
+ "reference": "34f88da8dc21bc89fce030c4b7f7b0155f59fb99",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Mime\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "mime",
+ "zf2"
+ ],
+ "time": "2013-08-21 17:07:24"
+ },
+ {
+ "name": "zendframework/zend-modulemanager",
+ "version": "2.2.5",
+ "target-dir": "Zend/ModuleManager",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendModuleManager.git",
+ "reference": "f105e8ff308345221921d30cc8be257cb032a5d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendModuleManager/zipball/f105e8ff308345221921d30cc8be257cb032a5d2",
+ "reference": "f105e8ff308345221921d30cc8be257cb032a5d2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-eventmanager": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-config": "Zend\\Config component",
+ "zendframework/zend-loader": "Zend\\Loader component",
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\ModuleManager\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "modulemanager",
+ "zf2"
+ ],
+ "time": "2013-08-21 17:08:22"
+ },
+ {
+ "name": "zendframework/zend-mvc",
+ "version": "2.2.5",
+ "target-dir": "Zend/Mvc",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendMvc.git",
+ "reference": "31f63a071486794d94b39d96064444362f0a76b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendMvc/zipball/31f63a071486794d94b39d96064444362f0a76b9",
+ "reference": "31f63a071486794d94b39d96064444362f0a76b9",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-eventmanager": "self.version",
+ "zendframework/zend-servicemanager": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
+ "zendframework/zend-config": "Zend\\Config component",
+ "zendframework/zend-console": "Zend\\Console component",
+ "zendframework/zend-di": "Zend\\Di component",
+ "zendframework/zend-filter": "Zend\\Filter component",
+ "zendframework/zend-form": "Zend\\Form component",
+ "zendframework/zend-http": "Zend\\Http component",
+ "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
+ "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
+ "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
+ "zendframework/zend-serializer": "Zend\\Serializer component",
+ "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
+ "zendframework/zend-stdlib": "Zend\\Stdlib component",
+ "zendframework/zend-text": "Zend\\Text component",
+ "zendframework/zend-uri": "Zend\\Uri component",
+ "zendframework/zend-validator": "Zend\\Validator component",
+ "zendframework/zend-view": "Zend\\View component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Mvc\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "mvc",
+ "zf2"
+ ],
+ "time": "2013-10-30 19:00:06"
+ },
+ {
+ "name": "zendframework/zend-navigation",
+ "version": "2.2.5",
+ "target-dir": "Zend/Navigation",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendNavigation.git",
+ "reference": "c07792ded80e0f5612cd0789712b975ae2f94a0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendNavigation/zipball/c07792ded80e0f5612cd0789712b975ae2f94a0d",
+ "reference": "c07792ded80e0f5612cd0789712b975ae2f94a0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-config": "Zend\\Config component",
+ "zendframework/zend-mvc": "Zend\\Mvc component",
+ "zendframework/zend-view": "Zend\\View component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Navigation\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides support for managing trees of pointers to web pages",
+ "keywords": [
+ "navigation",
+ "zf2"
+ ],
+ "time": "2013-08-21 17:07:29"
+ },
+ {
+ "name": "zendframework/zend-paginator",
+ "version": "2.2.5",
+ "target-dir": "Zend/Paginator",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendPaginator.git",
+ "reference": "cfd52b4a2f590176074c2f8ee2546e6b5757aedc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendPaginator/zipball/cfd52b4a2f590176074c2f8ee2546e6b5757aedc",
+ "reference": "cfd52b4a2f590176074c2f8ee2546e6b5757aedc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Paginator\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "paginator",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:19"
+ },
+ {
+ "name": "zendframework/zend-permissions-acl",
+ "version": "2.2.5",
+ "target-dir": "Zend/Permissions/Acl",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendPermissionsAcl.git",
+ "reference": "6978e3eb9e726b60777fd9a329bc9ab5aa064931"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendPermissionsAcl/zipball/6978e3eb9e726b60777fd9a329bc9ab5aa064931",
+ "reference": "6978e3eb9e726b60777fd9a329bc9ab5aa064931",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Permissions\\Acl\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a lightweight and flexible access control list (ACL) implementation for privileges management",
+ "keywords": [
+ "acl",
+ "zf2"
+ ],
+ "time": "2013-06-12 19:45:49"
+ },
+ {
+ "name": "zendframework/zend-serializer",
+ "version": "2.2.5",
+ "target-dir": "Zend/Serializer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendSerializer.git",
+ "reference": "ba5a28e04c6f933f01248357021486042a7d5fb7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendSerializer/zipball/ba5a28e04c6f933f01248357021486042a7d5fb7",
+ "reference": "ba5a28e04c6f933f01248357021486042a7d5fb7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-json": "self.version",
+ "zendframework/zend-math": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-servicemanager": "To support plugin manager support"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Serializer\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
+ "keywords": [
+ "serializer",
+ "zf2"
+ ],
+ "time": "2013-10-02 08:00:15"
+ },
+ {
+ "name": "zendframework/zend-servicemanager",
+ "version": "2.2.5",
+ "target-dir": "Zend/ServiceManager",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendServiceManager.git",
+ "reference": "064bb1d0441529aded2f213a10002cc4523f328c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendServiceManager/zipball/064bb1d0441529aded2f213a10002cc4523f328c",
+ "reference": "064bb1d0441529aded2f213a10002cc4523f328c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "zendframework/zend-di": "Zend\\Di component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\ServiceManager\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "servicemanager",
+ "zf2"
+ ],
+ "time": "2013-10-23 20:00:05"
+ },
+ {
+ "name": "zendframework/zend-session",
+ "version": "2.2.5",
+ "target-dir": "Zend/Session",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendSession.git",
+ "reference": "a409ddb8c8ce9072c5d52c6852b92953efff39cd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendSession/zipball/a409ddb8c8ce9072c5d52c6852b92953efff39cd",
+ "reference": "a409ddb8c8ce9072c5d52c6852b92953efff39cd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-eventmanager": "Zend\\EventManager component",
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
+ "zendframework/zend-validator": "Zend\\Validator component"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Session\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
+ "keywords": [
+ "session",
+ "zf2"
+ ],
+ "time": "2013-10-02 15:00:06"
+ },
+ {
+ "name": "zendframework/zend-stdlib",
+ "version": "2.2.5",
+ "target-dir": "Zend/Stdlib",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendStdlib.git",
+ "reference": "f440ecfc828d61d620662a03987c8287e1e4801e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/f440ecfc828d61d620662a03987c8287e1e4801e",
+ "reference": "f440ecfc828d61d620662a03987c8287e1e4801e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
+ "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Stdlib\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "stdlib",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:20"
+ },
+ {
+ "name": "zendframework/zend-uri",
+ "version": "2.2.5",
+ "target-dir": "Zend/Uri",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendUri.git",
+ "reference": "e2a4b038a0939d46e53bfa40cfc9f1791533ae84"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendUri/zipball/e2a4b038a0939d46e53bfa40cfc9f1791533ae84",
+ "reference": "e2a4b038a0939d46e53bfa40cfc9f1791533ae84",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-escaper": "self.version",
+ "zendframework/zend-validator": "self.version"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Uri\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
+ "keywords": [
+ "uri",
+ "zf2"
+ ],
+ "time": "2013-06-12 19:46:02"
+ },
+ {
+ "name": "zendframework/zend-validator",
+ "version": "2.2.5",
+ "target-dir": "Zend/Validator",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendValidator.git",
+ "reference": "8c23193a617a03dd7ee6c25049132c942f31ec28"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendValidator/zipball/8c23193a617a03dd7ee6c25049132c942f31ec28",
+ "reference": "8c23193a617a03dd7ee6c25049132c942f31ec28",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "require-dev": {
+ "zendframework/zend-filter": "self.version",
+ "zendframework/zend-i18n": "self.version",
+ "zendframework/zend-math": "self.version",
+ "zendframework/zend-servicemanager": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-db": "Zend\\Db component",
+ "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
+ "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
+ "zendframework/zend-math": "Zend\\Math component",
+ "zendframework/zend-resources": "Translations of validator messages",
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
+ "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Validator\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a set of commonly needed validators",
+ "keywords": [
+ "validator",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:22"
+ },
+ {
+ "name": "zendframework/zend-version",
+ "version": "2.2.5",
+ "target-dir": "Zend/Version",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendVersion.git",
+ "reference": "443d0168425fbcaaa848f6bcb961e128a16ba211"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendVersion/zipball/443d0168425fbcaaa848f6bcb961e128a16ba211",
+ "reference": "443d0168425fbcaaa848f6bcb961e128a16ba211",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "zendframework/zend-json": "To check latest version hosted in GitHub"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\Version\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "keywords": [
+ "version",
+ "zf2"
+ ],
+ "time": "2013-10-31 16:00:04"
+ },
+ {
+ "name": "zendframework/zend-view",
+ "version": "2.2.5",
+ "target-dir": "Zend/View",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/Component_ZendView.git",
+ "reference": "17379c9a05f8c571f0ca761c48c1b13890462a4f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/Component_ZendView/zipball/17379c9a05f8c571f0ca761c48c1b13890462a4f",
+ "reference": "17379c9a05f8c571f0ca761c48c1b13890462a4f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-eventmanager": "self.version",
+ "zendframework/zend-loader": "self.version",
+ "zendframework/zend-stdlib": "self.version"
+ },
+ "suggest": {
+ "zendframework/zend-filter": "Zend\\Filter component",
+ "zendframework/zend-servicemanager": "2.2.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev",
+ "dev-develop": "2.3-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Zend\\View\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides a system of helpers, output filters, and variable escaping",
+ "keywords": [
+ "view",
+ "zf2"
+ ],
+ "time": "2013-10-20 06:00:23"
+ },
+ {
+ "name": "zf-commons/zfc-base",
+ "version": "v0.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ZF-Commons/ZfcBase.git",
+ "reference": "fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ZF-Commons/ZfcBase/zipball/fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf",
+ "reference": "fc68a49b58ba68584a9a4c44a1ca9df12b30d1bf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-db": "~2.1",
+ "zendframework/zend-eventmanager": "~2.1",
+ "zendframework/zend-loader": "~2.1",
+ "zendframework/zend-modulemanager": "~2.1",
+ "zendframework/zend-mvc": "~2.1",
+ "zendframework/zend-servicemanager": "~2.1",
+ "zendframework/zend-stdlib": "~2.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "ZfcBase": "src/"
+ },
+ "classmap": [
+ "./Module.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "authors": [
+ {
+ "name": "Kyle Spraggs",
+ "email": "theman@spiffyjr.me",
+ "homepage": "http://www.spiffyjr.me/"
+ },
+ {
+ "name": "Evan Coury",
+ "email": "me@evancoury.com",
+ "homepage": "http://blog.evan.pro/"
+ }
+ ],
+ "description": "A set of genetic (abstract) classes which are commonly used across multiple modules.",
+ "homepage": "https://github.com/ZF-Commons/ZfcBase",
+ "keywords": [
+ "zf2"
+ ],
+ "time": "2013-05-02 12:33:49"
+ },
+ {
+ "name": "zf-commons/zfc-user",
+ "version": "0.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ZF-Commons/ZfcUser.git",
+ "reference": "7425ea50733caeeaeaeaa77ea7e910dab3434493"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/7425ea50733caeeaeaeaa77ea7e910dab3434493",
+ "reference": "7425ea50733caeeaeaeaa77ea7e910dab3434493",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3",
+ "zendframework/zend-authentication": "~2.1",
+ "zendframework/zend-crypt": "~2.1",
+ "zendframework/zend-form": "~2.1",
+ "zendframework/zend-inputfilter": "~2.1",
+ "zendframework/zend-loader": "~2.1",
+ "zendframework/zend-modulemanager": "~2.1",
+ "zendframework/zend-mvc": "~2.1",
+ "zendframework/zend-servicemanager": "~2.1",
+ "zendframework/zend-stdlib": "~2.1",
+ "zendframework/zend-validator": "~2.1",
+ "zendframework/zend-view": "~2.1",
+ "zf-commons/zfc-base": "0.*"
+ },
+ "suggest": {
+ "zendframework/zend-session": "To use the default authentication adapter."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "ZfcUser": "src/"
+ },
+ "classmap": [
+ "./Module.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "authors": [
+ {
+ "name": "Kyle Spraggs",
+ "email": "theman@spiffyjr.me",
+ "homepage": "http://www.spiffyjr.me/"
+ },
+ {
+ "name": "Evan Coury",
+ "email": "me@evancoury.com",
+ "homepage": "http://blog.evan.pro/"
+ }
+ ],
+ "description": "A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.",
+ "homepage": "https://github.com/ZF-Commons/ZfcUser",
+ "keywords": [
+ "zf2"
+ ],
+ "time": "2013-05-02 12:33:31"
+ },
+ {
+ "name": "zf-commons/zfc-user-doctrine-orm",
+ "version": "0.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ZF-Commons/ZfcUserDoctrineORM.git",
+ "reference": "08be7b2a5e1ee31a3907582261c113531d2bf964"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ZF-Commons/ZfcUserDoctrineORM/zipball/08be7b2a5e1ee31a3907582261c113531d2bf964",
+ "reference": "08be7b2a5e1ee31a3907582261c113531d2bf964",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/doctrine-orm-module": "0.*",
+ "php": ">=5.3.3",
+ "zf-commons/zfc-user": "0.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "ZfcUserDoctrineORM": "src/"
+ },
+ "classmap": [
+ "./"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "authors": [
+ {
+ "name": "Kyle Spraggs",
+ "email": "theman@spiffyjr.me",
+ "homepage": "http://www.spiffyjr.me/"
+ },
+ {
+ "name": "Evan Coury",
+ "email": "me@evancoury.com",
+ "homepage": "http://blog.evan.pro/"
+ }
+ ],
+ "description": "Doctrine2 ORM storage adapter for ZfcUser.",
+ "homepage": "https://github.com/ZF-Commons/ZfcUserDoctrineORM",
+ "keywords": [
+ "zf2"
+ ],
+ "time": "2013-02-08 00:41:12"
+ }
+ ],
+ "packages-dev": [
+
+ ],
+ "aliases": [
+
+ ],
+ "minimum-stability": "stable",
+ "stability-flags": {
+ "unicaen/unicaen-app": 20,
+ "unicaen/unicaen-auth": 20
+ },
+ "platform": [
+
+ ],
+ "platform-dev": [
+
+ ]
+}
diff --git a/config/application.config.php b/config/application.config.php
new file mode 100755
index 0000000000..aa75f7e6c8
--- /dev/null
+++ b/config/application.config.php
@@ -0,0 +1,19 @@
+<?php
+return array(
+ 'modules' => array(
+ 'Application',
+ 'ZfcBase', 'DoctrineModule', 'DoctrineORMModule', 'ZfcUser', 'ZfcUserDoctrineORM', 'BjyAuthorize',
+ 'UnicaenApp', 'AssetManager',
+ 'UnicaenAuth',
+ ),
+ 'module_listener_options' => array(
+ 'config_glob_paths' => array(
+ 'config/autoload/{,*.}{global,local}.php',
+ ),
+ 'module_paths' => array(
+ './module',
+ './vendor',
+ ),
+ ),
+);
+
diff --git a/config/autoload/README.md b/config/autoload/README.md
new file mode 100755
index 0000000000..4e504db024
--- /dev/null
+++ b/config/autoload/README.md
@@ -0,0 +1,8 @@
+About this directory:
+=====================
+
+By default, this application is configured to load all configs in
+`./config/autoload/{,*.}{global,local}.php`. Doing this provides a
+location for a developer to drop in configuration override files provided by
+modules, as well as cleanly provide individual, application-wide config files
+for things like database connections, etc.
diff --git a/config/autoload/global.php b/config/autoload/global.php
new file mode 100755
index 0000000000..2ff19548ad
--- /dev/null
+++ b/config/autoload/global.php
@@ -0,0 +1,6 @@
+<?php
+return array(
+ 'translator' => array(
+ 'locale' => 'fr_FR',
+ ),
+);
diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist
new file mode 100755
index 0000000000..ebbe6fa2e6
--- /dev/null
+++ b/config/autoload/local.php.dist
@@ -0,0 +1,7 @@
+<?php
+return array(
+ 'view_manager' => array(
+ 'display_not_found_reason' => false,
+ 'display_exceptions' => false,
+ ),
+);
diff --git a/config/autoload/unicaen-app.global.php b/config/autoload/unicaen-app.global.php
new file mode 100644
index 0000000000..4725e2c130
--- /dev/null
+++ b/config/autoload/unicaen-app.global.php
@@ -0,0 +1,28 @@
+<?php
+/**
+ * UnicaenApp Global Configuration
+ *
+ * If you have a ./config/autoload/ directory set up for your project,
+ * drop this config file in it and change the values as you wish.
+ */
+$settings = array(
+ /**
+ * Informations concernant cette application
+ */
+ 'app_infos' => array(
+ 'nom' => "OSE",
+ 'desc' => "Organisation des Services d'Enseignement",
+ 'version' => "0.0.1",
+ 'date' => "28/01/2014",
+ 'contact' => array('mail' => "dsi.applications@unicaen.fr", /*'tel' => "01 02 03 04 05"*/),
+ 'mentionsLegales' => "http://www.unicaen.fr/outils-portail-institutionnel/mentions-legales/",
+ 'informatiqueEtLibertes' => "http://www.unicaen.fr/outils-portail-institutionnel/informatique-et-libertes/",
+ ),
+);
+
+/**
+ * You do not need to edit below this line
+ */
+return array(
+ 'unicaen-app' => $settings,
+);
\ No newline at end of file
diff --git a/config/autoload/unicaen-auth.global.php b/config/autoload/unicaen-auth.global.php
new file mode 100644
index 0000000000..d1b6203b16
--- /dev/null
+++ b/config/autoload/unicaen-auth.global.php
@@ -0,0 +1,30 @@
+<?php
+/**
+ * UnicaenAuth Global Configuration
+ *
+ * If you have a ./config/autoload/ directory set up for your project, you can
+ * drop this config file in it and change the values as you wish.
+ */
+$settings = array(
+ /**
+ * Flag indiquant si l'utilisateur authenitifié avec succès via l'annuaire LDAP doit
+ * être enregistré/mis à jour dans la table des utilisateurs de l'appli.
+ */
+ 'save_ldap_user_in_database' => false,
+ /**
+ * Enable registration
+ * Allows users to register through the website.
+ * Accepted values: boolean true or false
+ */
+ 'enable_registration' => false,
+);
+
+/**
+ * You do not need to edit below this line
+ */
+return array(
+ 'unicaen-auth' => $settings,
+ 'zfcuser' => array(
+ $k='enable_registration' => isset($settings[$k]) ? $settings[$k] : false,
+ ),
+);
\ No newline at end of file
diff --git a/init_autoloader.php b/init_autoloader.php
new file mode 100755
index 0000000000..d568af6421
--- /dev/null
+++ b/init_autoloader.php
@@ -0,0 +1,49 @@
+<?php
+/**
+ * Zend Framework (http://framework.zend.com/)
+ *
+ * @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license http://framework.zend.com/license/new-bsd New BSD License
+ */
+
+/**
+ * This autoloading setup is really more complicated than it needs to be for most
+ * applications. The added complexity is simply to reduce the time it takes for
+ * new developers to be productive with a fresh skeleton. It allows autoloading
+ * to be correctly configured, regardless of the installation method and keeps
+ * the use of composer completely optional. This setup should work fine for
+ * most users, however, feel free to configure autoloading however you'd like.
+ */
+
+// Composer autoloading
+if (file_exists('vendor/autoload.php')) {
+ $loader = include 'vendor/autoload.php';
+}
+
+$zf2Path = false;
+
+if (is_dir('vendor/ZF2/library')) {
+ $zf2Path = 'vendor/ZF2/library';
+} elseif (getenv('ZF2_PATH')) { // Support for ZF2_PATH environment variable or git submodule
+ $zf2Path = getenv('ZF2_PATH');
+} elseif (get_cfg_var('zf2_path')) { // Support for zf2_path directive value
+ $zf2Path = get_cfg_var('zf2_path');
+}
+
+if ($zf2Path) {
+ if (isset($loader)) {
+ $loader->add('Zend', $zf2Path);
+ } else {
+ include $zf2Path . '/Zend/Loader/AutoloaderFactory.php';
+ Zend\Loader\AutoloaderFactory::factory(array(
+ 'Zend\Loader\StandardAutoloader' => array(
+ 'autoregister_zf' => true
+ )
+ ));
+ }
+}
+
+if (!class_exists('Zend\Loader\AutoloaderFactory')) {
+ throw new RuntimeException('Unable to load ZF2. Run `php composer.phar install` or define a ZF2_PATH environment variable.');
+}
diff --git a/module/Application/Module.php b/module/Application/Module.php
new file mode 100755
index 0000000000..7786cd8488
--- /dev/null
+++ b/module/Application/Module.php
@@ -0,0 +1,40 @@
+<?php
+/**
+ * Zend Framework (http://framework.zend.com/)
+ *
+ * @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license http://framework.zend.com/license/new-bsd New BSD License
+ */
+
+namespace Application;
+
+use Zend\Mvc\ModuleRouteListener;
+use Zend\Mvc\MvcEvent;
+
+class Module
+{
+ public function onBootstrap(MvcEvent $e)
+ {
+ $e->getApplication()->getServiceManager()->get('translator');
+ $eventManager = $e->getApplication()->getEventManager();
+ $moduleRouteListener = new ModuleRouteListener();
+ $moduleRouteListener->attach($eventManager);
+ }
+
+ public function getConfig()
+ {
+ return include __DIR__ . '/config/module.config.php';
+ }
+
+ public function getAutoloaderConfig()
+ {
+ return array(
+ 'Zend\Loader\StandardAutoloader' => array(
+ 'namespaces' => array(
+ __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
+ ),
+ ),
+ );
+ }
+}
diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php
new file mode 100755
index 0000000000..de848869c4
--- /dev/null
+++ b/module/Application/config/module.config.php
@@ -0,0 +1,80 @@
+<?php
+/**
+ * Zend Framework (http://framework.zend.com/)
+ *
+ * @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license http://framework.zend.com/license/new-bsd New BSD License
+ */
+
+return array(
+ 'router' => array(
+ 'routes' => array(
+ 'home' => array(
+ 'type' => 'Zend\Mvc\Router\Http\Literal',
+ 'options' => array(
+ 'route' => '/',
+ 'defaults' => array(
+ 'controller' => 'Application\Controller\Index', // <-- change here
+ 'action' => 'index',
+ ),
+ ),
+ ),
+ // The following is a route to simplify getting started creating
+ // new controllers and actions without needing to create a new
+ // module. Simply drop new controllers in, and you can access them
+ // using the path /application/:controller/:action
+ 'application' => array(
+ 'type' => 'Literal',
+ 'options' => array(
+ 'route' => '/application',
+ 'defaults' => array(
+ '__NAMESPACE__' => 'Application\Controller',
+ 'controller' => 'Index',
+ 'action' => 'index',
+ ),
+ ),
+ 'may_terminate' => true,
+ 'child_routes' => array(
+ 'default' => array(
+ 'type' => 'Segment',
+ 'options' => array(
+ 'route' => '/[:controller[/:action]]',
+ 'constraints' => array(
+ 'controller' => '[a-zA-Z][a-zA-Z0-9_-]*',
+ 'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
+ ),
+ 'defaults' => array(
+ ),
+ ),
+ ),
+ ),
+ ),
+ ),
+ ),
+ 'service_manager' => array(
+ 'factories' => array(
+
+ ),
+ ),
+ 'translator' => array(
+ 'locale' => 'fr_FR', // en_US
+ 'translation_file_patterns' => array(
+ array(
+ 'type' => 'gettext',
+ 'base_dir' => __DIR__ . '/../language',
+ 'pattern' => '%s.mo',
+ ),
+ ),
+ ),
+ 'controllers' => array(
+ 'invokables' => array(
+ 'Application\Controller\Index' => 'Application\Controller\IndexController',
+ ),
+ ),
+ 'view_manager' => array(
+ 'template_path_stack' => array(
+ __DIR__ . '/../view',
+ ),
+ ),
+);
diff --git a/module/Application/language/en_US.mo b/module/Application/language/en_US.mo
new file mode 100755
index 0000000000000000000000000000000000000000..063b126de4f1434bbc07bc1adf8dfacfc2541ded
GIT binary patch
literal 545
zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^@SKr>!4j$lD$KwTP?VpQ
znp~pmnW7t(T2!2wpJ$~Im713loSmAJT9TjVSWu9YnVeXXnV-iMlv<EqRHEx!oSvDY
z>r|RvtQ(SVrN9;7AEN7AlnPd(>ylWKYNcRgU}&UkV6JOms$gVfWoWKzU~XW*72vNM
zlv<VvvIL>dSl7Tr*T6!-z{1MJQrp1Lz<|pqvA9Gxq$n}3I47|rzsO1<FF!XowJ14L
z!6q*s%y7uaFUd{J%+X6Lvg7he%u6p#Oi$GfNlnbPQiyU>aL&&w$xJFO$uBBau&GMZ
zO-U^)Nlnaks7lRC(M!(HMd-0o;PUnKbw&8yP|tu1q&+pSL^q_eAk|8tB(<VMzaS?u
zGtXKfIU}*CIJLw!G{jBU0-+A%)U?zhUDv$i{FKbRbSnjmq|6eo2;G4E)RfE;UGLP&
z^8BKdVxP?75-Wugkn)_wl2n8Om=~-RT=UX%GK(`1QqK9Mc_l@aRtlkho*}L-3c(?c
oA+Es)d8fqU)Pls43@ZgagkW%LVo`ENKw?RTu7Q<;o*owi0G)fJ&Hw-a
literal 0
HcmV?d00001
diff --git a/module/Application/language/en_US.po b/module/Application/language/en_US.po
new file mode 100755
index 0000000000..dae2601a26
--- /dev/null
+++ b/module/Application/language/en_US.po
@@ -0,0 +1,154 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZendSkeletonApplication\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-07-05 22:17-0700\n"
+"PO-Revision-Date: 2013-04-08 08:49+0100\n"
+"Last-Translator: nommerci <nomerci@hotmail.fr>\n"
+"Language-Team: ZF Contibutors <zf-devteam@zend.com>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-KeywordsList: translate\n"
+"X-Poedit-Language: English\n"
+"X-Poedit-Country: UNITED STATES\n"
+"X-Poedit-Basepath: .\n"
+"X-Poedit-SearchPath-0: ..\n"
+
+#: ../view/layout/layout.phtml:6
+#: ../view/layout/layout.phtml:33
+#, fuzzy
+msgid "Skeleton Application"
+msgstr ""
+
+#: ../view/layout/layout.phtml:36
+msgid "Home"
+msgstr ""
+
+#: ../view/layout/layout.phtml:50
+msgid "All rights reserved."
+msgstr ""
+
+#: ../view/application/index/index.phtml:2
+#, php-format
+msgid "Welcome to %sZend Framework 2%s"
+msgstr ""
+
+#: ../view/application/index/index.phtml:3
+#, php-format
+msgid "Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2."
+msgstr ""
+
+#: ../view/application/index/index.phtml:4
+msgid "Fork Zend Framework 2 on GitHub"
+msgstr ""
+
+#: ../view/application/index/index.phtml:10
+msgid "Follow Development"
+msgstr ""
+
+#: ../view/application/index/index.phtml:11
+#, php-format
+msgid "Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!"
+msgstr ""
+
+#: ../view/application/index/index.phtml:12
+msgid "ZF2 Development Portal"
+msgstr ""
+
+#: ../view/application/index/index.phtml:16
+msgid "Discover Modules"
+msgstr ""
+
+#: ../view/application/index/index.phtml:17
+#, php-format
+msgid "The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available %son GitHub%s. The site is currently live and currently contains a list of some of the modules already available for ZF2."
+msgstr ""
+
+#: ../view/application/index/index.phtml:18
+msgid "Explore ZF2 Modules"
+msgstr ""
+
+#: ../view/application/index/index.phtml:22
+msgid "Help & Support"
+msgstr ""
+
+#: ../view/application/index/index.phtml:23
+#, php-format
+msgid "If you need any help or support while developing with ZF2, you may reach us via IRC: %s#zftalk on Freenode%s. We'd love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the %smailing lists%s."
+msgstr ""
+
+#: ../view/application/index/index.phtml:24
+msgid "Ping us on IRC"
+msgstr ""
+
+#: ../view/error/index.phtml:1
+msgid "An error occurred"
+msgstr ""
+
+#: ../view/error/index.phtml:8
+msgid "Additional information"
+msgstr ""
+
+#: ../view/error/index.phtml:11
+#: ../view/error/index.phtml:35
+msgid "File"
+msgstr ""
+
+#: ../view/error/index.phtml:15
+#: ../view/error/index.phtml:39
+msgid "Message"
+msgstr ""
+
+#: ../view/error/index.phtml:19
+#: ../view/error/index.phtml:43
+#: ../view/error/404.phtml:55
+msgid "Stack trace"
+msgstr ""
+
+#: ../view/error/index.phtml:29
+msgid "Previous exceptions"
+msgstr ""
+
+#: ../view/error/index.phtml:58
+msgid "No Exception available"
+msgstr ""
+
+#: ../view/error/404.phtml:1
+msgid "A 404 error occurred"
+msgstr ""
+
+#: ../view/error/404.phtml:10
+msgid "The requested controller was unable to dispatch the request."
+msgstr ""
+
+#: ../view/error/404.phtml:13
+msgid "The requested controller could not be mapped to an existing controller class."
+msgstr ""
+
+#: ../view/error/404.phtml:16
+msgid "The requested controller was not dispatchable."
+msgstr ""
+
+#: ../view/error/404.phtml:19
+msgid "The requested URL could not be matched by routing."
+msgstr ""
+
+#: ../view/error/404.phtml:22
+msgid "We cannot determine at this time why a 404 was generated."
+msgstr ""
+
+#: ../view/error/404.phtml:34
+msgid "Controller"
+msgstr ""
+
+#: ../view/error/404.phtml:41
+#, php-format
+msgid "resolves to %s"
+msgstr ""
+
+#: ../view/error/404.phtml:51
+msgid "Exception"
+msgstr ""
+
diff --git a/module/Application/language/fr_FR.mo b/module/Application/language/fr_FR.mo
new file mode 100755
index 0000000000000000000000000000000000000000..87372a4cfbfe1627dffcbec53bf02073d824ae6b
GIT binary patch
literal 5073
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
literal 0
HcmV?d00001
diff --git a/module/Application/language/fr_FR.po b/module/Application/language/fr_FR.po
new file mode 100755
index 0000000000..2d7d79a59c
--- /dev/null
+++ b/module/Application/language/fr_FR.po
@@ -0,0 +1,153 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZendSkeletonApplication\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-07-05 22:32-0700\n"
+"PO-Revision-Date: 2012-07-05 23:36-0700\n"
+"Last-Translator: Evan Coury <me@evancoury.com>\n"
+"Language-Team: ZF Contibutors <zf-devteam@zend.com>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-KeywordsList: translate\n"
+"X-Poedit-Language: French\n"
+"X-Poedit-Country: FRANCE\n"
+"X-Poedit-Basepath: .\n"
+"X-Poedit-SearchPath-0: ..\n"
+
+#: ../view/layout/layout.phtml:6
+#: ../view/layout/layout.phtml:33
+msgid "Skeleton Application"
+msgstr "Skeleton Application"
+
+#: ../view/layout/layout.phtml:36
+msgid "Home"
+msgstr "Accueil"
+
+#: ../view/layout/layout.phtml:50
+msgid "All rights reserved."
+msgstr "Tous droits réservés."
+
+#: ../view/application/index/index.phtml:2
+#, php-format
+msgid "Welcome to %sZend Framework 2%s"
+msgstr "Bienvenue dans le %sZend Framework 2%s"
+
+#: ../view/application/index/index.phtml:3
+#, php-format
+msgid "Congratulations! You have successfully installed the %sZF2 Skeleton Application%s. You are currently running Zend Framework version %s. This skeleton can serve as a simple starting point for you to begin building your application on ZF2."
+msgstr "Félicitations ! Vous avez installé avec succès le %sZF2 Skeleton Application%s. Vous utilisez actuellement Zend Framework version %s. Cette structure peut vous servir comme un point de départ simple pour démarrer la construction de votre application avec ZF2."
+
+#: ../view/application/index/index.phtml:4
+msgid "Fork Zend Framework 2 on GitHub"
+msgstr "Faites un Fork de Zend Framework 2 sur GitHub"
+
+#: ../view/application/index/index.phtml:10
+msgid "Follow Development"
+msgstr "Suivre le développement"
+
+#: ../view/application/index/index.phtml:11
+#, php-format
+msgid "Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!"
+msgstr "Zend Framework 2 est en cours de développement. Si vous êtes intéressé pour suivre l'évolution de ZF2, il existe un portail dédié à ZF2 sur le site officiel Zend Framework qui propose des liens vers le %swiki%s ZF2, %sdev blog%s, %ssuivi des problèmes%s, et bien plus encore. Il s'agit d'une excellente ressource pour rester à jour sur les dernières évolutions !"
+
+#: ../view/application/index/index.phtml:12
+msgid "ZF2 Development Portal"
+msgstr "Portail sur le développement de ZF2"
+
+#: ../view/application/index/index.phtml:16
+msgid "Discover Modules"
+msgstr "Découvrez les modules"
+
+#: ../view/application/index/index.phtml:17
+#, php-format
+msgid "The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available %son GitHub%s. The site is currently live and currently contains a list of some of the modules already available for ZF2."
+msgstr "La communauté travaille sur le développement d'un site communautaire avec l'objectif de servir de dépôt et de galerie pour les modules ZF2. Le projet est disponible %ssur GitHub%s. Le site est déjà en ligne, et contient une liste non exhaustive des modules déjà disponibles pour ZF2."
+
+#: ../view/application/index/index.phtml:18
+msgid "Explore ZF2 Modules"
+msgstr "Explorer les modules ZF2"
+
+#: ../view/application/index/index.phtml:22
+msgid "Help & Support"
+msgstr "Aide & support"
+
+#: ../view/application/index/index.phtml:23
+#, php-format
+msgid "If you need any help or support while developing with ZF2, you may reach us via IRC: %s#zftalk on Freenode%s. We'd love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the %smailing lists%s."
+msgstr "Si vous avez besoin d'aide ou de support en développant avec ZF2, vous pouvez nous joindre sur IRC : %s#zftalk sur Freenode%s. Nous aimerions avoir vos questions ou vos commentaires que vous pourriez avoir au sujet des versions bêta. Sinon, vous pouvez vous abonner, et poser des questions sur la %sliste de diffusion%s."
+
+#: ../view/application/index/index.phtml:24
+msgid "Ping us on IRC"
+msgstr "Rejoignez-nous sur IRC"
+
+#: ../view/error/index.phtml:1
+msgid "An error occurred"
+msgstr "Une erreur est survenue"
+
+#: ../view/error/index.phtml:8
+msgid "Additional information"
+msgstr "Informations complémentaires"
+
+#: ../view/error/index.phtml:11
+#: ../view/error/index.phtml:35
+msgid "File"
+msgstr "Fichier"
+
+#: ../view/error/index.phtml:15
+#: ../view/error/index.phtml:39
+msgid "Message"
+msgstr "Message"
+
+#: ../view/error/index.phtml:19
+#: ../view/error/index.phtml:43
+#: ../view/error/404.phtml:55
+msgid "Stack trace"
+msgstr "Pile d'exécution"
+
+#: ../view/error/index.phtml:29
+msgid "Previous exceptions"
+msgstr "Exceptions précédentes"
+
+#: ../view/error/index.phtml:58
+msgid "No Exception available"
+msgstr "Aucune exception disponible"
+
+#: ../view/error/404.phtml:1
+msgid "A 404 error occurred"
+msgstr "Une erreur 404 est survenue"
+
+#: ../view/error/404.phtml:10
+msgid "The requested controller was unable to dispatch the request."
+msgstr "Le contrôleur demandé n'a pas pu dispatcher la requête."
+
+#: ../view/error/404.phtml:13
+msgid "The requested controller could not be mapped to an existing controller class."
+msgstr "Le contrôleur demandé ne correspond pas à une classe existante de contrôleur."
+
+#: ../view/error/404.phtml:16
+msgid "The requested controller was not dispatchable."
+msgstr "Le contrôleur demandé n'est pas dispatchable."
+
+#: ../view/error/404.phtml:19
+msgid "The requested URL could not be matched by routing."
+msgstr "L'URL demandée n'a pas pu trouver de route correspondante."
+
+#: ../view/error/404.phtml:22
+msgid "We cannot determine at this time why a 404 was generated."
+msgstr "Nous ne pouvons pas déterminer pour le moment pourquoi une 404 a été générée."
+
+#: ../view/error/404.phtml:34
+msgid "Controller"
+msgstr "Contrôleur"
+
+#: ../view/error/404.phtml:41
+#, php-format
+msgid "resolves to %s"
+msgstr "résout en %s"
+
+#: ../view/error/404.phtml:51
+msgid "Exception"
+msgstr "Exception"
+
diff --git a/module/Application/src/Application/Controller/IndexController.php b/module/Application/src/Application/Controller/IndexController.php
new file mode 100755
index 0000000000..a1aafaeef5
--- /dev/null
+++ b/module/Application/src/Application/Controller/IndexController.php
@@ -0,0 +1,21 @@
+<?php
+/**
+ * Zend Framework (http://framework.zend.com/)
+ *
+ * @link http://github.com/zendframework/ZendSkeletonApplication for the canonical source repository
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @license http://framework.zend.com/license/new-bsd New BSD License
+ */
+
+namespace Application\Controller;
+
+use Zend\Mvc\Controller\AbstractActionController;
+use Zend\View\Model\ViewModel;
+
+class IndexController extends AbstractActionController
+{
+ public function indexAction()
+ {
+ return new ViewModel();
+ }
+}
diff --git a/module/Application/view/application/index/index.phtml b/module/Application/view/application/index/index.phtml
new file mode 100755
index 0000000000..3ead9214a3
--- /dev/null
+++ b/module/Application/view/application/index/index.phtml
@@ -0,0 +1,25 @@
+<div class="hero-unit">
+ <h1><?php echo sprintf($this->translate("Bienvenue dans le squelette d'application Unicaen")) ?></h1>
+ <p><?php echo sprintf($this->translate("Félicitations! Vous avez insallé avec succès le squelette d'application Unicaen propulsé par %sZend Framework 2%s. La version du framework utilisée est la %s."), '<a href="https://github.com/zendframework/ZendSkeletonApplication" target="_blank">', '</a>', \Zend\Version\Version::VERSION) ?></p>
+ <p><a class="btn btn-success btn-large" href="<?php echo $this->url('zfcuser/login') ?>"><?php echo $this->translate('Connectez-vous...') ?></a></p>
+</div>
+
+<div class="row">
+ <div class="span4">
+ <h2><?php echo $this->translate('Follow Development') ?></h2>
+ <p><?php echo sprintf($this->translate('Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework website which provides links to the ZF2 %swiki%s, %sdev blog%s, %sissue tracker%s, and much more. This is a great resource for staying up to date with the latest developments!'), '<a href="http://framework.zend.com/wiki/display/ZFDEV2/Home">', '</a>', '<a href="http://framework.zend.com/zf2/blog">', '</a>', '<a href="https://github.com/zendframework/zf2/issues">', '</a>') ?></p>
+ <p><a class="btn btn-success" href="http://framework.zend.com" target="_blank"><?php echo $this->translate('ZF2 Development Portal') ?> »</a></p>
+ </div>
+
+ <div class="span4">
+ <h2><?php echo $this->translate('Discover Modules') ?></h2>
+ <p><?php echo sprintf($this->translate('The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available %son GitHub%s. The site is currently live and currently contains a list of some of the modules already available for ZF2.'), '<a href="https://github.com/zendframework/modules.zendframework.com">', '</a>') ?></p>
+ <p><a class="btn btn-success" href="http://modules.zendframework.com/" target="_blank"><?php echo $this->translate('Explore ZF2 Modules') ?> »</a></p>
+ </div>
+
+ <div class="span4">
+ <h2><?php echo $this->translate('Help & Support') ?></h2>
+ <p><?php echo sprintf($this->translate('If you need any help or support while developing with ZF2, you may reach us via IRC: %s#zftalk on Freenode%s. We\'d love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the %smailing lists%s.'), '<a href="irc://irc.freenode.net/zftalk">', '</a>', '<a href="http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists">', '</a>') ?></p>
+ <p><a class="btn btn-success" href="http://webchat.freenode.net?channels=zftalk" target="_blank"><?php echo $this->translate('Ping us on IRC') ?> »</a></p>
+ </div>
+</div>
diff --git a/public/.htaccess b/public/.htaccess
new file mode 100755
index 0000000000..6422bfc3ea
--- /dev/null
+++ b/public/.htaccess
@@ -0,0 +1,17 @@
+RewriteEngine On
+RewriteBase /unicaen-skeleton-application
+# The following rule tells Apache that if the requested filename
+# exists, simply serve it.
+RewriteCond %{REQUEST_FILENAME} -s [OR]
+RewriteCond %{REQUEST_FILENAME} -l [OR]
+RewriteCond %{REQUEST_FILENAME} -d
+RewriteRule ^.*$ - [NC,L]
+# The following rewrites all other queries to index.php. The
+# condition ensures that if you are using Apache aliases to do
+# mass virtual hosting, the base path will be prepended to
+# allow proper resolution of the index.php file; it will work
+# in non-aliased environments as well, providing a safe, one-size
+# fits all solution.
+RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
+RewriteRule ^(.*) - [E=BASE:%1]
+RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L]
diff --git a/public/css/app.css b/public/css/app.css
new file mode 100755
index 0000000000..e69de29bb2
diff --git a/public/index.php b/public/index.php
new file mode 100755
index 0000000000..8bda67b3cd
--- /dev/null
+++ b/public/index.php
@@ -0,0 +1,13 @@
+<?php
+define('REQUEST_MICROTIME', microtime(true));
+/**
+ * This makes our life easier when dealing with paths. Everything is relative
+ * to the application root now.
+ */
+chdir(dirname(__DIR__));
+
+// Setup autoloading
+require 'init_autoloader.php';
+
+// Run the application!
+Zend\Mvc\Application::init(require 'config/application.config.php')->run();
diff --git a/public/js/app.js b/public/js/app.js
new file mode 100755
index 0000000000..e69de29bb2
--
GitLab