Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Jul 15, 2017
2 parents 7e9a610 + bf823c2 commit ebda081
Show file tree
Hide file tree
Showing 29 changed files with 691 additions and 501 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php
dist: trusty

sudo: false

Expand All @@ -7,7 +8,6 @@ cache:
- vendor/

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ Several types of installations are possible:

* Using a ``.phar`` archive:

.. sourcecode:: console

$ wget --no-check-certificate https://packages.erebot.net/get/XRL-dev-master.phar
Download the PHAR archive for the latest release from
https://github.com/fpoirotte/XRL/releases/latest

* Using composer:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"ext-dom": "*",
"ext-SimpleXML": "*",
"erebot/buildenv": "*",
"erebot/buildenv": "^1.4.0",
"erebot/plop": "*",
"fpoirotte/natives4doxygen": "*",
"pdepend/pdepend": "*",
Expand All @@ -52,7 +52,7 @@
"bin": ["bin/xrl"],
"extra": {
"branch-alias": {
"dev-develop": "2.0.x-dev"
"dev-develop": "3.0.x-dev"
}
}
}
Loading

0 comments on commit ebda081

Please sign in to comment.