Skip to content

Commit

Permalink
Merge pull request #29 from ElementareTeilchen/upgrade
Browse files Browse the repository at this point in the history
Add compatability with Flow 6.0 / Neos 5.0
  • Loading branch information
daniellienert authored Oct 31, 2019
2 parents 2e179e7 + ca05aff commit d9bc90b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php
matrix:
include:
- php: 7.1
- php: 7.2
sudo: false
before_install:
- export NEOS_TARGET_VERSION=4.1
- export NEOS_TARGET_VERSION=5.0
- cd ..
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
- cd neos-base-distribution
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"type": "neos-package",
"license": "MIT",
"require": {
"php": "^7.0",
"php": "^7.1",
"ext-exif": "*",
"ext-mbstring": "*",

"neos/flow": "^4.0 || ^5.0 || dev-master",
"neos/media": "^3.0 || ^4.0 || dev-master",
"neos/flow": "^4.0 || ^5.0 || ^6.0 || dev-master",
"neos/media": "^3.0 || ^4.0 || ^5.0 || dev-master",
"neos/metadata": "^2.0 || dev-master",
"neos/utility-mediatypes": "^4.0 || ^5.0 || dev-master"
"neos/utility-mediatypes": "^4.0 || ^5.0 || ^6.0 || dev-master"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d9bc90b

Please sign in to comment.