Skip to content

Commit 061547a

Browse files
author
Frederic Dewinne
committed
add PSR2 check
1 parent f86affd commit 061547a

30 files changed

Lines changed: 3826 additions & 806 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ data/logs/*
2121
!data/logs/.gitkeep
2222
data/db/*
2323
!data/db/.gitkeep
24+
data/packages/*
25+
!data/packages/.gitkeep

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@
2121
"process-timeout": 5000
2222
},
2323
"require": {
24-
"php": ">=5.4.0",
25-
"zendframework/zendframework": "~2.4.2",
26-
"doctrine/doctrine-orm-module": "~0.9",
24+
"php": ">=5.5.0",
25+
"zendframework/zendframework": "2.5.2",
26+
"doctrine/doctrine-orm-module": "~0.10",
2727
"reprovinci/doctrine-encrypt": "~3.0",
2828
"pear/archive_tar": "1.3.11",
2929
"phing/phing": "~2.7.0",
3030
"bushbaby/zf2-module-phing-service": "~1.0",
31+
"bushbaby/flysystem": "~1.0",
3132
"continuousphp/sdk": "~0.3"
3233
},
3334
"require-dev": {
3435
"phpunit/phpunit": "4.1.*",
3536
"mikey179/vfsStream": "1.3.*@dev",
37+
"squizlabs/php_codesniffer": "^2.3",
3638
"behat/behat": "^3.0"
3739
},
3840
"autoload": {

0 commit comments

Comments
 (0)