shopware / dev-tools
Installs: 567 330
Dependents: 2
Suggesters: 2
Security: 0
Stars: 8
Watchers: 25
Forks: 1
Open Issues: 0
Requires
- doctrine/sql-formatter: ^1.1
- fakerphp/faker: ^1.20
- maltyxx/images-generator: ^1.0.0
- mbezhanov/faker-provider-collection: ^2.0.1
- phpunit/phpunit: ^9.6 | ^10
- symfony/browser-kit: ^5.4 | ^6 | ^7
- symfony/doctrine-bridge: ^5.4.7 | ^6 | ^7
- symfony/web-profiler-bundle: ^5.4 | ^6 | ^7
README
This is a composer meta package containing development dependencies for Shopware projects. It includes the following packages, amongst others:
- web-profiler-bundle: Provides a web-based profiler for debugging and profiling Symfony applications.
- fakerphp/faker: Faker and some extensions for Shopware demo data generation.
- symfony/doctrine-bridge: Provides integration for Doctrine with the Web Profiler bundle.
- symfony/browser-kit: Component to simulate the behavior of a web browser.
- PHPUnit: Developer-oriented testing framework for PHP.
Installation
You can install this package using composer:
composer require --dev shopware/dev-tools
Installing this package will install all the development dependencies described in the composer.json file. You can then configure and use these packages in your Shopware project as needed.
Contributing
If you would like to contribute to this package, please fork the repository and submit a pull request.
License
This package is licensed under the MIT license. See the LICENSE file for more information.