Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

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 0d36550 commit 6bda858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ php:
- 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-zend2-i18n ext/
- composer require "zendframework/zend-servicemanager" "2.3.*"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"zendframework/zend-i18n": "~2.3",
"zendframework/zend-servicemanager": "~2.3",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2017.07"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6bda858

Please sign in to comment.