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 6278040 commit 146f306
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -23,7 +23,7 @@ matrix:
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.1
env: SYMFONY_VERSION=3.3.* DEPS=dev
- php: 7.1
- php: 7.0
env: SYMFONY_VERSION=3.1.*
fast_finish: true

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

1.0.0
-----

Released.

1.0.0-RC1
---------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/phpunit-bridge": "^3.2",
"doctrine/phpcr-odm": "^1.3"
},
"minimum-stability": "RC",
"minimum-stability": "stable",
"prefer-stable": true,
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",
Expand Down

0 comments on commit 146f306

Please sign in to comment.