Skip to content

Commit

Permalink
composer.json update (switch to dev-master, soon-to-be-released Neos …
Browse files Browse the repository at this point in the history
…1.3)
  • Loading branch information
ryzy committed Feb 10, 2015
1 parent 0b18be4 commit d7730df
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,16 @@
"description": "Foundation content elements",
"license": ["MIT"],
"authors": [
{
"name": "Marcin Ryzycki",
"email": "[email protected]",
"homepage": "http://m12.io",
"role": "Developer"
},
{
"name": "Samuel Ryzycki",
"email": "[email protected]",
"homepage": "http://m12.io",
"role": "Developer"
}
{ "name": "Marcin Ryzycki", "role": "Developer", "email": "[email protected]", "homepage": "http://m12.io" },
{ "name": "Samuel Ryzycki", "role": "Developer", "email": "[email protected]", "homepage": "http://m12.io" }
],
"require": {
"typo3/neos-nodetypes": "~1.2.0",
"typo3/neos-nodetypes": "*",
"m12/neos-utils": "*"
},
"conflict": {
"typo3/neosdemotypo3org": "*"
},
"autoload": {
"psr-0": {
"M12\\Foundation": "Classes"
Expand Down

0 comments on commit d7730df

Please sign in to comment.