Skip to content

Commit 6d4edcc

Browse files
Merge pull request #64 from stefandoorn/latest-sylius-version
Compatible with return types, PHP 7.1 & Sylius 1.0 (fixes #60)
2 parents c9dc6f4 + 933186a commit 6d4edcc

10 files changed

+1088
-671
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: php
22

33
php:
44
- 7.1
5-
- 7.0
6-
- 5.6
75

86
cache:
97
directories:

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.6|^7.0",
15+
"php": "^7.1",
1616

17-
"sylius/sylius": "1.0.0-beta.2",
17+
"sylius/sylius": "^1.0",
1818

1919
"doctrine/phpcr-odm": "^2.0@dev",
2020
"symfony-cmf/block-bundle": "^2.0@dev",
@@ -41,7 +41,6 @@
4141
"phpspec/phpspec": "^3.2",
4242
"phpunit/phpunit": "^5.6"
4343
},
44-
"minimum-stability": "dev",
4544
"prefer-stable": true,
4645
"autoload": {
4746
"psr-4": {

0 commit comments

Comments
 (0)