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

Commit

Permalink
Prepare 1.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Mar 25, 2017
1 parent 548e312 commit 467236b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.0
- 7.1
- hhvm

sudo: false
Expand All @@ -21,7 +21,7 @@ matrix:
env: SYMFONY_VERSION=3.3.* DEPS=dev
- php: 5.6
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.1
- php: 7.0
env: SYMFONY_VERSION=3.1.*
fast_finish: true

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changelog
=========

1.0.0
-----

Released.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"matthiasnoback/symfony-config-test": "^1.3.1",
"sonata-project/admin-bundle": "^3.1"
},
"minimum-stability": "RC",
"minimum-stability": "stable",
"prefer-stable": true,
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.2)",
Expand Down

0 comments on commit 467236b

Please sign in to comment.