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

Commit 146f306

Browse files
committed
Prepare 1.0.0 stable
1 parent 6278040 commit 146f306

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.0
4+
- 7.1
55
- hhvm
66

77
sudo: false
@@ -23,7 +23,7 @@ matrix:
2323
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
2424
- php: 7.1
2525
env: SYMFONY_VERSION=3.3.* DEPS=dev
26-
- php: 7.1
26+
- php: 7.0
2727
env: SYMFONY_VERSION=3.1.*
2828
fast_finish: true
2929

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.0.0
5+
-----
6+
7+
Released.
8+
49
1.0.0-RC1
510
---------
611

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/phpunit-bridge": "^3.2",
2121
"doctrine/phpcr-odm": "^1.3"
2222
},
23-
"minimum-stability": "RC",
23+
"minimum-stability": "stable",
2424
"prefer-stable": true,
2525
"suggest": {
2626
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.3)",

0 commit comments

Comments
 (0)