https://github.com/shopware/dev-tools
https://github.com/shopware/dev-tools
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shopware/dev-tools
- Owner: shopware
- License: mit
- Created: 2023-03-09T10:14:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T07:57:45.000Z (over 1 year ago)
- Last Synced: 2025-06-06T01:07:31.665Z (about 1 year ago)
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 28
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.