Skip to content

Commit

Permalink
Merge pull request #19 from lightwerk/dev
Browse files Browse the repository at this point in the history
Flow Upgrade
  • Loading branch information
ervaude authored Jan 9, 2017
2 parents efd227c + e1bb7b8 commit 497aa9c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
"name": "lightwerk/surftasks",
"type": "typo3-flow-package",
"description": "Additional tasks for TYPO3.Surf.",
"license": ["GPL-3.0+"],
"license": [
"GPL-3.0+"
],
"homepage": "https://github.com/lightwerk/SurfTasks",
"keywords": [
"TYPO3 Surf",
"Deployment",
"Tasks"
],
"require": {
"typo3/surf": "*"
},
"authors": [
{
"name": "Daniel Goerz",
Expand All @@ -30,12 +29,13 @@
"issues": "https://github.com/lightwerk/SurfTasks/issues",
"source": "https://github.com/lightwerk/SurfTasks"
},
"require": {
"typo3/surf": "*"
},
"autoload": {
"psr-0": {
"Lightwerk\\SurfTasks": "Classes"
"psr-4": {
"Lightwerk\\SurfTasks\\": "Classes/Lightwerk/SurfTasks"
}
},
"require": {
"typo3/flow": "^3.3",
"typo3/surf": "*"
}
}
}

0 comments on commit 497aa9c

Please sign in to comment.