Skip to content

Commit 497aa9c

Browse files
authored
Merge pull request #19 from lightwerk/dev
Flow Upgrade
2 parents efd227c + e1bb7b8 commit 497aa9c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
"name": "lightwerk/surftasks",
33
"type": "typo3-flow-package",
44
"description": "Additional tasks for TYPO3.Surf.",
5-
"license": ["GPL-3.0+"],
5+
"license": [
6+
"GPL-3.0+"
7+
],
68
"homepage": "https://github.com/lightwerk/SurfTasks",
79
"keywords": [
810
"TYPO3 Surf",
911
"Deployment",
1012
"Tasks"
1113
],
12-
"require": {
13-
"typo3/surf": "*"
14-
},
1514
"authors": [
1615
{
1716
"name": "Daniel Goerz",
@@ -30,12 +29,13 @@
3029
"issues": "https://github.com/lightwerk/SurfTasks/issues",
3130
"source": "https://github.com/lightwerk/SurfTasks"
3231
},
33-
"require": {
34-
"typo3/surf": "*"
35-
},
3632
"autoload": {
37-
"psr-0": {
38-
"Lightwerk\\SurfTasks": "Classes"
33+
"psr-4": {
34+
"Lightwerk\\SurfTasks\\": "Classes/Lightwerk/SurfTasks"
3935
}
36+
},
37+
"require": {
38+
"typo3/flow": "^3.3",
39+
"typo3/surf": "*"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)