TYPO3  7.6
VersionMatrixFixture.php
Go to the documentation of this file.
1 <?php
2 return array(
3  '7' => array(
4  'releases' => array(
5  '7.4-dev' => array(
6  'type' => 'development',
7  'date' => '2014-06-01 18:24:25 UTC',
8  ),
9  '7.3.1' => array(
10  'type' => 'regular',
11  'date' => '2014-05-01 18:24:25 UTC',
12  ),
13  '7.3.0' => array(
14  'type' => 'security',
15  'date' => '2014-04-01 18:24:25 UTC',
16  ),
17  '7.2.0' => array(
18  'type' => 'regular',
19  'date' => '2014-03-01 18:24:25 UTC',
20  'checksums' => array(
21  'tar' => array(
22  'md5' => 'e91acf53bb03cb943bd27e76643901c5',
23  'sha1' => '3dc156eed4b99577232f537d798a8691493f8a83',
24  ),
25  'zip' => array(
26  'md5' => 'f8d166e9979a43490ec0ae03e0ff46a1',
27  'sha1' => '87448a8745b6eae36bd1e7cb6705a42771edfa03',
28  ),
29  ),
30  'url' => array(
31  'zip' => 'http://get.typo3.org/7.2/zip',
32  'tar' => 'http://get.typo3.org/7.2',
33  ),
34  ),
35  ),
36  'latest' => '7.3.1',
37  'stable' => '7.3.1',
38  'active' => true,
39  ),
40 );