Skip to content

Commit ef1aaad

Browse files
author
Sam Collins
committed
Adde more PHP CI Plugins
1 parent 72ed6b1 commit ef1aaad

3 files changed

Lines changed: 2157 additions & 1915 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212
"predis/predis": "^1.1",
1313
"caffeinated/modules": "^3.0",
1414
"league/fractal": "^0.13.0",
15-
"codeception/codeception": "^2.2",
1615
"spatie/laravel-permission": "^1.4"
1716
},
1817
"require-dev": {
1918
"fzaninotto/faker": "~1.4",
2019
"mockery/mockery": "0.9.*",
2120
"phpunit/phpunit": "~4.0",
2221
"symfony/css-selector": "2.8.*|3.0.*",
23-
"symfony/dom-crawler": "2.8.*|3.0.*"
22+
"symfony/dom-crawler": "2.8.*|3.0.*",
23+
"codeception/codeception": "^2.2",
24+
"jakub-onderka/php-parallel-lint": "^0.9.2",
25+
"pdepend/pdepend": "^2.2"
2426
},
2527
"autoload": {
2628
"classmap": [

0 commit comments

Comments
 (0)