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

Commit

Permalink
Use 2018.07
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 4, 2018
1 parent 10363ad commit 14be228
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 @@ -12,7 +12,7 @@ matrix:
fast_finish: true

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- git clone --depth=50 --branch=2018.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core && mv ../ai-slim ext/
- composer require "slim/slim ~3.3"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=5.5",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "~2018.07"
},
"require-dev": {
"slim/slim": "~3.0"
Expand Down

0 comments on commit 14be228

Please sign in to comment.