Skip to content

Commit

Permalink
Merge pull request #28 from neos/fix-31-dependencies
Browse files Browse the repository at this point in the history
BUGFIX: Adjust dependencies to 3.1
  • Loading branch information
gerhard-boden authored Apr 27, 2017
2 parents 79b77e8 + 3aca254 commit cdc2436
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Site package for the Neos Demo Site",
"license": "GPL-3.0+",
"require": {
"neos/neos": "*",
"neos/nodetypes": "*",
"typo3/neos-seo": "dev-master",
"flowpack/neos-frontendlogin": "dev-master"
"neos/neos": "~3.1",
"neos/nodetypes": "~3.1",
"neos/seo": "~2.0",
"flowpack/neos-frontendlogin": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -90,4 +90,4 @@
"Neos.Flow-20170125103800"
]
}
}
}

0 comments on commit cdc2436

Please sign in to comment.