Skip to content

Commit

Permalink
Updating composer and travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 21, 2015
1 parent 9d763d3 commit 07a5f73
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_script:
- travis_retry composer install --prefer-source --no-interaction

script:
- composer validate
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

Expand Down
27 changes: 14 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "arcanedev/localization",
"name": "arcanedev/localization",
"description": "Localization Package for Laravel",
"keywords": ["laravel", "localization", "localisation"],
"homepage": "https://github.com/ARCANEDEV/Workbench",
"license": "MIT",
"keywords": ["arcanedev", "laravel", "localization", "localisation", "i18n"],
"homepage": "https://github.com/ARCANEDEV/Workbench",
"authors": [
{
"name": "ARCANEDEV",
"email": "arcanedev.maroc@gmail.com",
"homepage": "https://github.com/ARCANEDEV"
"name": "ARCANEDEV",
"email": "arcanedev.maroc@gmail.com",
"homepage": "https://github.com/ARCANEDEV",
"role": "Developer"
}
],
"type": "library",
"license": "MIT",
"require": {
"php" : ">=5.5.9",
"arcanedev/support": "~3.6.0"
"php" : ">=5.5.9",
"arcanedev/support": "~3.6.0"
},
"require-dev": {
"orchestra/testbench": "~3.1",
"phpunit/phpunit": "~4.0",
"phpunit/phpcov": "~2.0"
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -38,6 +40,5 @@
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 07a5f73

Please sign in to comment.