Skip to content

Commit

Permalink
Remove PHP 7.2 and Sylius 1.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Mar 5, 2020
1 parent 07c613b commit 02deece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
dist: trusty

php:
- '7.2'
- '7.3'

cache:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Plugin allowing to import products data from Akeneo PIM to your Sylius store.",
"license": "MIT",
"require": {
"php": "^7.2",
"sylius/sylius": "^1.6",
"php": "^7.3",
"sylius/sylius": "^1.7",
"guzzlehttp/guzzle": "^6.5",
"cocur/slugify": "^4.0"
},
Expand Down

0 comments on commit 02deece

Please sign in to comment.