Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
2414f832
Commit
2414f832
authored
Mar 09, 2019
by
Bertrand Gauthier
Browse files
Dépendances: montée possible en ZF 3
parent
6df39936
Pipeline
#3937
passed with stage
in 20 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
composer.json
View file @
2414f832
...
@@ -8,26 +8,22 @@
...
@@ -8,26 +8,22 @@
}
}
],
],
"require"
:
{
"require"
:
{
"
unicaen/app
"
:
"
dev-zf-2.x
"
,
"
unicaen/app
"
:
"
dev-zf-3.x
"
,
"
unicaen/auth
"
:
"
dev-zf-2.x
"
,
"
unicaen/auth
"
:
"
dev-zf-3.x
"
,
"
unicaen/bjy-authorize
"
:
"
dev-zf-2.x
"
,
"
unicaen/bjy-authorize
"
:
"
dev-zf-3.x
"
,
"
unicaen/faq
"
:
"
dev-zf-2.x
"
,
"
unicaen/faq
"
:
"
dev-zf-3.x
"
,
"
unicaen/import
"
:
"
dev-1.0.13-dev
"
,
"
unicaen/import
"
:
"
1.0.14.x-dev
"
,
"
unicaen/ldap
"
:
"
^2.1
"
,
"
unicaen/ldap
"
:
"
dev-zf-3.x
"
,
"
unicaen/leocarte
"
:
"
^1.0
"
,
"
unicaen/leocarte
"
:
"
dev-zf-3.x
"
,
"
unicaen/oracle
"
:
"
^1.2
"
"
unicaen/oracle
"
:
"
^1.2
"
,
"
zf-commons/zfc-user
"
:
"
2.x-dev
"
},
},
"require-dev"
:
{
"require-dev"
:
{
"
unicaen/code
"
:
"
^1.0
"
,
"
unicaen/code
"
:
"
^1.0
"
,
"
zendframework/zend-test
"
:
"
>=2.3
"
,
"
zendframework/zend-test
"
:
"
>=2.3
"
,
"
phpunit/phpunit
"
:
"
>=3.7
"
,
"
phpunit/phpunit
"
:
"
>=3.7
"
,
"
zendframework/zend-developer-tools
"
:
"
>=1.0
"
,
"
zendframework/zend-developer-tools
"
:
"
>=1.0
"
,
"
unicaen/php-compat
"
:
"
dev-master
"
"
squizlabs/php_codesniffer
"
:
"
3.*
"
,
"
dealerdirect/phpcodesniffer-composer-installer
"
:
"
^0.4
"
,
"
slevomat/coding-standard
"
:
"
^4.0
"
,
"
phpcompatibility/php-compatibility
"
:
"
*
"
,
"
phan/phan
"
:
"
^1.2
"
},
},
"scripts"
:
{
"scripts"
:
{
"post-install-cmd"
:
[
"post-install-cmd"
:
[
...
...
composer.lock
View file @
2414f832
This diff is collapsed.
Click to expand it.
config/application.config.php
View file @
2414f832
<?php
<?php
$modules
=
[
$modules
=
[
'ZfcBase'
,
'DoctrineModule'
,
'DoctrineModule'
,
'DoctrineORMModule'
,
'DoctrineORMModule'
,
'ZfcUser'
,
'ZfcUser'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment