Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erasys/dnode-php-sync-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: erasys/dnode-php-sync-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 16, 2014

  1. Reconfiguring Composer's config file

    Konrad Gibaszewski committed Oct 16, 2014
    Copy the full SHA
    3f6b5f8 View commit details
Showing with 1 addition and 11 deletions.
  1. +1 −11 composer.json
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -11,18 +11,8 @@
"email": "teams@erasys.de"
}
],
"repositories": [
{
"type": "composer",
"url": "http://composer.adam/"
},
{
"packagist": false
}
],
"require": {
"php": ">=5.3.0",
"phpunit/phpunit": ">=3.6.0"
"php": ">=5.3.0"
},
"autoload": {}
}