Navigation Menu

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 86e5c49 commit dcb694c
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 @@ -15,7 +15,7 @@ before_install:
- sudo apt-get install -y --force-yes beanstalkd rabbitmq-server=3.5.7-1

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-mqueue ext/
- composer require "php-amqplib/php-amqplib:~2.0" "pda/pheanstalk:~3.0" "stomp-php/stomp-php:~3.0"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=5.3.3",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2017.07"
},
"suggest": {
"php-amqplib/php-amqplib": "AMQP message queue client for RabbitMQ, etc",
Expand Down

0 comments on commit dcb694c

Please sign in to comment.