Skip to content

Commit

Permalink
[PMakowski] #master: Konfiguracja zależności w composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Makowski committed Jun 29, 2015
1 parent 3a8ab27 commit c0291d6
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,21 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.3.0",
"etechnika/idna-convert": "1.0.*"
"php": "~5.3",
"etechnika/idna-convert": "@stable"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpunit/php-code-coverage": "2.0.*",
"satooshi/php-coveralls": "dev-master",

"fabpot/php-cs-fixer": "0.5.*",
"squizlabs/php_codesniffer": "1.5.*",
"sebastian/phpcpd": "2.0.*",
"phploc/phploc": "2.0.*",
"pdepend/pdepend" : "2.0.*",
"phpmd/phpmd": "2.0.*",
"phpunit/phpcov": "2.0.*",
"mayflower/php-codebrowser": "1.1"
"phpunit/phpunit": "@stable",
"phpunit/php-code-coverage": "@stable",
"satooshi/php-coveralls": "@stable",
"fabpot/php-cs-fixer": "@stable",
"squizlabs/php_codesniffer": "@stable",
"sebastian/phpcpd": "@stable",
"phploc/phploc": "@stable",
"pdepend/pdepend" : "@stable",
"phpmd/phpmd": "@stable",
"phpunit/phpcov": "@stable",
"mayflower/php-codebrowser": "@stable"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit c0291d6

Please sign in to comment.