|
1 | | -<?php return array( |
2 | | - 'root' => array( |
3 | | - 'name' => 'tobimori/kirby-dreamform', |
4 | | - 'pretty_version' => '2.0.3', |
5 | | - 'version' => '2.0.3.0', |
6 | | - 'reference' => null, |
7 | | - 'type' => 'kirby-plugin', |
8 | | - 'install_path' => __DIR__ . '/../../', |
9 | | - 'aliases' => array(), |
10 | | - 'dev' => false, |
11 | | - ), |
12 | | - 'versions' => array( |
13 | | - 'getkirby/composer-installer' => array( |
14 | | - 'pretty_version' => '1.2.1', |
15 | | - 'version' => '1.2.1.0', |
16 | | - 'reference' => 'c98ece30bfba45be7ce457e1102d1b169d922f3d', |
17 | | - 'type' => 'composer-plugin', |
18 | | - 'install_path' => __DIR__ . '/../getkirby/composer-installer', |
19 | | - 'aliases' => array(), |
20 | | - 'dev_requirement' => false, |
21 | | - ), |
22 | | - 'tobimori/kirby-dreamform' => array( |
23 | | - 'pretty_version' => '2.0.3', |
24 | | - 'version' => '2.0.3.0', |
25 | | - 'reference' => null, |
26 | | - 'type' => 'kirby-plugin', |
27 | | - 'install_path' => __DIR__ . '/../../', |
28 | | - 'aliases' => array(), |
29 | | - 'dev_requirement' => false, |
30 | | - ), |
31 | | - ), |
| 1 | +<?php |
| 2 | + |
| 3 | +return array( |
| 4 | + 'root' => array( |
| 5 | + 'name' => 'tobimori/kirby-dreamform', |
| 6 | + 'pretty_version' => '2.1.0', |
| 7 | + 'version' => '2.1.0.0', |
| 8 | + 'reference' => null, |
| 9 | + 'type' => 'kirby-plugin', |
| 10 | + 'install_path' => __DIR__ . '/../../', |
| 11 | + 'aliases' => array(), |
| 12 | + 'dev' => false, |
| 13 | + ), |
| 14 | + 'versions' => array( |
| 15 | + 'getkirby/composer-installer' => array( |
| 16 | + 'pretty_version' => '1.2.1', |
| 17 | + 'version' => '1.2.1.0', |
| 18 | + 'reference' => 'c98ece30bfba45be7ce457e1102d1b169d922f3d', |
| 19 | + 'type' => 'composer-plugin', |
| 20 | + 'install_path' => __DIR__ . '/../getkirby/composer-installer', |
| 21 | + 'aliases' => array(), |
| 22 | + 'dev_requirement' => false, |
| 23 | + ), |
| 24 | + 'tobimori/kirby-dreamform' => array( |
| 25 | + 'pretty_version' => '2.1.0', |
| 26 | + 'version' => '2.1.0.0', |
| 27 | + 'reference' => null, |
| 28 | + 'type' => 'kirby-plugin', |
| 29 | + 'install_path' => __DIR__ . '/../../', |
| 30 | + 'aliases' => array(), |
| 31 | + 'dev_requirement' => false, |
| 32 | + ), |
| 33 | + ), |
32 | 34 | ); |
0 commit comments