Skip to content

Commit

Permalink
remove sami due to version conflicts with symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink0r committed Mar 31, 2017
1 parent bf0717d commit a10412a
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 451 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "~2.8",
"mockery/mockery": "^0.9",
"satooshi/php-coveralls": "master@dev",
"sami/sami": "^4.0"
"satooshi/php-coveralls": "master@dev"
},
"autoload": {
"psr-4": { "Trellis\\": "src/" }
Expand All @@ -55,10 +54,6 @@
"code-sniffer": [
"./vendor/bin/phpcs --extensions=php --standard=psr2 ./src/ ./tests"
],
"api-doc": [
"if [ -d ./build/docs ]; then rm -rf ./build/docs; fi",
"vendor/sami/sami/sami.php --ansi update config/sami.php"
],
"build": [
"if [ -d ./build/logs ]; then rm -rf ./build/logs; fi",
"mkdir -p ./build/logs",
Expand Down
Loading

0 comments on commit a10412a

Please sign in to comment.