Skip to content

Commit

Permalink
Use 2017.07 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 3, 2017
1 parent 68836a5 commit b84f70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- LARAVEL_VERSION=5.4.*

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- git clone --depth=50 --branch=2017.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
- mv ../ai-laravel ext/
- travis_retry composer require "laravel/framework:${LARAVEL_VERSION}" "symfony/psr-http-message-bridge:dev-master" "zendframework/zend-diactoros:~1.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"composer/installers": "^1.0",
"laravel/framework": "~5.0",
"zendframework/zend-diactoros": "~1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2017.07"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b84f70f

Please sign in to comment.