Skip to content

Commit

Permalink
Use 2020.07 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 7, 2020
1 parent 51f91ab commit 01a8ba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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=2020.07 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core && mv ../ai-monolog ext/
- travis_retry composer require "monolog/monolog" "1.*"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ php -r "readfile('https://getcomposer.org/installer');" | php -- --filename=comp
Add the ai-monolog extension to the "require" section of your ```composer.json``` file:
```
"require": [
"aimeos/ai-monolog": "dev-master",
"aimeos/ai-monolog": "2020.07.*",
...
],
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": "~7.1",
"monolog/monolog": "~1.0",
"composer/installers": "^1.0",
"aimeos/aimeos-core": "dev-master"
"aimeos/aimeos-core": "2020.07.*"
},
"require-dev": {
"phpunit/phpunit": "~7.0||~8.0"
Expand Down

0 comments on commit 01a8ba5

Please sign in to comment.