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

Commit 467236b

Browse files
committed
Prepare 1.0.0 stable
1 parent 548e312 commit 467236b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-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
@@ -21,7 +21,7 @@ matrix:
2121
env: SYMFONY_VERSION=3.3.* DEPS=dev
2222
- php: 5.6
2323
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
24-
- php: 7.1
24+
- php: 7.0
2525
env: SYMFONY_VERSION=3.1.*
2626
fast_finish: true
2727

CHANGELOG.md

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

4+
1.0.0
5+
-----
6+
7+
Released.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"matthiasnoback/symfony-config-test": "^1.3.1",
2626
"sonata-project/admin-bundle": "^3.1"
2727
},
28-
"minimum-stability": "RC",
28+
"minimum-stability": "stable",
2929
"prefer-stable": true,
3030
"suggest": {
3131
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.2)",

0 commit comments

Comments
 (0)