1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?php return array(
- 'root' => array(
- 'name' => '__root__',
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => NULL,
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'dev' => true,
- ),
- 'versions' => array(
- '__root__' => array(
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => NULL,
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'firebase/php-jwt' => array(
- 'pretty_version' => 'v6.8.1',
- 'version' => '6.8.1.0',
- 'reference' => '5dbc8959427416b8ee09a100d7a8588c00fb2e26',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../firebase/php-jwt',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'jean85/pretty-package-versions' => array(
- 'pretty_version' => '2.0.5',
- 'version' => '2.0.5.0',
- 'reference' => 'ae547e455a3d8babd07b96966b17d7fd21d9c6af',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../jean85/pretty-package-versions',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'mongodb/mongodb' => array(
- 'pretty_version' => '1.16.0',
- 'version' => '1.16.0.0',
- 'reference' => 'd4cdf057a67cb99a32db8984a16959bfa7ca7eb5',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../mongodb/mongodb',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php73' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'reference' => '9e8ecb5f92152187c4799efd3c96b78ccab18ff9',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php73',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php80' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php81' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'reference' => '707403074c8ea6e2edaf8794b0157a0bfa52157a',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php81',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- ),
- );
|