2014-04-07 15:25:16 +02:00
|
|
|
{
|
2015-07-21 16:20:00 +02:00
|
|
|
"name": "digicomp/sequence",
|
|
|
|
"type": "typo3-flow-package",
|
|
|
|
"description": "",
|
|
|
|
"require": {
|
|
|
|
"typo3/flow": "~2.0|~3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "3.7.*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"DigiComp\\Sequence": "Classes"
|
|
|
|
}
|
|
|
|
},
|
2014-04-07 15:25:16 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
2015-07-21 16:20:00 +02:00
|
|
|
},
|
|
|
|
"applied-flow-migrations": [
|
2015-07-21 16:20:01 +02:00
|
|
|
"Inwebs.Basket-201409170938",
|
2015-07-21 16:20:01 +02:00
|
|
|
"TYPO3.FLOW3-201201261636",
|
2015-07-21 16:20:02 +02:00
|
|
|
"TYPO3.Fluid-201205031303",
|
2015-07-21 16:20:02 +02:00
|
|
|
"TYPO3.FLOW3-201205292145",
|
2015-07-21 16:20:03 +02:00
|
|
|
"TYPO3.FLOW3-201206271128",
|
|
|
|
"TYPO3.FLOW3-201209201112"
|
2015-07-21 16:20:00 +02:00
|
|
|
]
|
2014-04-07 15:25:16 +02:00
|
|
|
}
|
|
|
|
}
|