Skip to content

Commit

Permalink
Use released Silex 2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalyn authored and jdesrosiers committed Jun 5, 2016
1 parent 3afa09a commit 6d4d487
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

env:
- SILEX_VERSION="dev-master"
- SILEX_VERSION="2.0.*"

before_script:
- composer require silex/silex:${SILEX_VERSION}
Expand All @@ -12,3 +12,4 @@ script: vendor/bin/phpunit
php:
- 5.5
- 5.6
- 7.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation
Install the silex-cors-provider using [composer](http://getcomposer.org/). This project uses [sematic versioning](http://semver.org/).

```bash
composer require jdesrosiers/silex-cors-provider "~0.1"
composer require jdesrosiers/silex-cors-provider "~1.0"
```

Parameters
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"silex/silex": "2.0.*@dev"
"silex/silex": "~2.0"
},
"require-dev": {
"symfony/browser-kit": "2.3.*",
Expand All @@ -23,6 +23,5 @@
},
"scripts": {
"test": "vendor/bin/phpunit --colors"
},
"minimum-stability": "dev"
}
}

0 comments on commit 6d4d487

Please sign in to comment.