Skip to content

Commit

Permalink
DevKit updates (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 8, 2017
2 parents 2cc1a3f + bf53f67 commit 9150cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@

#### Sonata packages

```bash
$ composer show sonata-project/*
# Put the result here.
```
$ composer show --latest 'sonata-project/*'
```

#### Symfony packages

```bash
$ composer show symfony/*
# Put the result here.
```
$ composer show --latest 'symfony/*'
```

#### PHP version

```bash
```
$ php -v
# Put the result here.
```
Expand Down
2 changes: 0 additions & 2 deletions .travis/before_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then

fi

# To be removed when following PR will be merged: https://github.com/travis-ci/travis-build/pull/718
composer self-update --stable
sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json

if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi;
Expand Down

0 comments on commit 9150cbe

Please sign in to comment.