- Created a new phpstan.neon file in the Symfony4 tests directory. - Configured paths and excluded Symfony3 directory. - Added bootstrap files for autoloading. - Set dynamic constant names and adjusted reporting settings. - Established PHPStan level to 6 for stricter analysis.
51 lines
1.9 KiB
PHP
51 lines
1.9 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'waynet/empik',
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => 'd62336f8a2fb268cdfacf6fe6b6d321dc2826c90',
|
|
'type' => 'prestashop-module',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'composer/installers' => array(
|
|
'pretty_version' => 'v2.3.0',
|
|
'version' => '2.3.0.0',
|
|
'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/./installers',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'prestashop/module-lib-cache-directory-provider' => array(
|
|
'pretty_version' => 'v1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => '34a577b66a7e52ae16d6f40efd1db17290bad453',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../prestashop/module-lib-cache-directory-provider',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'prestashop/module-lib-service-container' => array(
|
|
'pretty_version' => 'v2.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => '5525b56513d9ddad6e4232dfd93a24e028efdca7',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../prestashop/module-lib-service-container',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'waynet/empik' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'reference' => 'd62336f8a2fb268cdfacf6fe6b6d321dc2826c90',
|
|
'type' => 'prestashop-module',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|