An open API service indexing awesome lists of open source software.

https://github.com/shopware/dev-tools


https://github.com/shopware/dev-tools

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Shopware Dev Tools

This is a composer meta package containing development dependencies for Shopware projects. It includes the following packages, amongst others:

- [web-profiler-bundle](https://github.com/symfony/web-profiler-bundle): Provides a web-based profiler for debugging and profiling Symfony applications.
- [fakerphp/faker](https://github.com/FakerPHP/Faker): Faker and some extensions for Shopware demo data generation.
- [symfony/doctrine-bridge](https://github.com/symfony/doctrine-bridge): Provides integration for Doctrine with the Web Profiler bundle.
- [symfony/browser-kit](https://github.com/symfony/browser-kit): Component to simulate the behavior of a web browser.
- [PHPUnit](https://github.com/sebastianbergmann/phpunit): Developer-oriented testing framework for PHP.

## Installation

You can install this package using composer:

```shell
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.