# Changelog All notable changes to `docker` will be documented in this file ## 1.13.1 - 2025-11-25 ### What's Changed * Update issue template by @AlexVanderbist in https://github.com/spatie/docker/pull/61 * Added Symfony 8 support to all symfony/* packages. by @thecaliskan in https://github.com/spatie/docker/pull/63 ### New Contributors * @AlexVanderbist made their first contribution in https://github.com/spatie/docker/pull/61 **Full Changelog**: https://github.com/spatie/docker/compare/1.13.0...1.13.1 ## 1.13.0 - 2024-05-27 ### What's Changed * Add optional UDP protocol to port mapping class with TCP as default protocol by @stephenstack in https://github.com/spatie/docker/pull/58 ### New Contributors * @stephenstack made their first contribution in https://github.com/spatie/docker/pull/58 **Full Changelog**: https://github.com/spatie/docker/compare/1.12.0...1.13.0 ## 1.12.0 - 2023-12-28 ### What's Changed * Allow Symfony 7.x by @thecaliskan in https://github.com/spatie/docker/pull/55 * add custom docker bin option by @dimitri-koenig in https://github.com/spatie/docker/pull/56 ### New Contributors * @thecaliskan made their first contribution in https://github.com/spatie/docker/pull/55 * @dimitri-koenig made their first contribution in https://github.com/spatie/docker/pull/56 **Full Changelog**: https://github.com/spatie/docker/compare/1.11.0...1.12.0 ## 1.11.0 - 2023-05-15 ### What's Changed - Support changing `execute` timeout by @joelambert in https://github.com/spatie/docker/pull/53 ### New Contributors - @joelambert made their first contribution in https://github.com/spatie/docker/pull/53 **Full Changelog**: https://github.com/spatie/docker/compare/1.10.1...1.11.0 ## 1.10.1 - 2023-03-03 ### What's Changed - Refactor tests to pest by @AyoobMH in https://github.com/spatie/docker/pull/50 - updated Github shield link by @sfolador in https://github.com/spatie/docker/pull/51 - Update Macroable Dependency by @inmanturbo in https://github.com/spatie/docker/pull/52 ### New Contributors - @AyoobMH made their first contribution in https://github.com/spatie/docker/pull/50 - @sfolador made their first contribution in https://github.com/spatie/docker/pull/51 - @inmanturbo made their first contribution in https://github.com/spatie/docker/pull/52 **Full Changelog**: https://github.com/spatie/docker/compare/1.10.0...1.10.1 ## 1.10.0 - 2022-12-23 ### What's Changed - Adds support for commands to be passed with start/run command by @tiagof in https://github.com/spatie/docker/pull/49 ### New Contributors - @tiagof made their first contribution in https://github.com/spatie/docker/pull/49 **Full Changelog**: https://github.com/spatie/docker/compare/1.9.0...1.10.0 ## 1.9.0 - 2022-06-29 ### What's Changed - Allow to specify a docker network by @jkniest in https://github.com/spatie/docker/pull/43 **Full Changelog**: https://github.com/spatie/docker/compare/1.8.2...1.9.0 ## 1.8.2 - 2022-06-28 ### What's Changed - Allow to have "string" ports by @jkniest in https://github.com/spatie/docker/pull/41 **Full Changelog**: https://github.com/spatie/docker/compare/1.8.1...1.8.2 ## 1.8.1 - 2022-06-26 ### What's Changed - Ignore phpcsfixer cache file by @szepeviktor in https://github.com/spatie/docker/pull/39 - Allow to specify shell by @jkniest in https://github.com/spatie/docker/pull/40 ### New Contributors - @szepeviktor made their first contribution in https://github.com/spatie/docker/pull/39 - @jkniest made their first contribution in https://github.com/spatie/docker/pull/40 **Full Changelog**: https://github.com/spatie/docker/compare/1.8.0...1.8.1 ## 1.8.0 - 2022-06-21 ### What's Changed - Add function to get the "docker inspect" information by @vedelaar in https://github.com/spatie/docker/pull/38 ### New Contributors - @vedelaar made their first contribution in https://github.com/spatie/docker/pull/38 **Full Changelog**: https://github.com/spatie/docker/compare/1.7.2...1.8.0 ## 1.7.2 - 2022-05-27 ## What's Changed - Update README.md by @spekulatius in https://github.com/spatie/docker/pull/32 - Add tests for mapping classes by @maartenpaauw in https://github.com/spatie/docker/pull/34 - Fix array mapping docblocks by @maartenpaauw in https://github.com/spatie/docker/pull/33 - Add optional args to DockerContainer class by @wajdijurry in https://github.com/spatie/docker/pull/37 ## New Contributors - @spekulatius made their first contribution in https://github.com/spatie/docker/pull/32 - @maartenpaauw made their first contribution in https://github.com/spatie/docker/pull/34 - @wajdijurry made their first contribution in https://github.com/spatie/docker/pull/37 **Full Changelog**: https://github.com/spatie/docker/compare/1.7.1...1.7.2 ## 1.7.1 - 2022-02-09 ## What's Changed - Add PHP 8.1 Support by @patinthehat in https://github.com/spatie/docker/pull/28 - Bump supported symfony/process version to ^6.0 by @saschahemleb in https://github.com/spatie/docker/pull/29 ## New Contributors - @patinthehat made their first contribution in https://github.com/spatie/docker/pull/28 - @saschahemleb made their first contribution in https://github.com/spatie/docker/pull/29 **Full Changelog**: https://github.com/spatie/docker/compare/1.7.0...1.7.1 ## 1.7.0 - 2021-10-31 - Emergency fix for PR #26 by @jbraband in https://github.com/spatie/docker/pull/27 ## 1.6.0 - 2021-10-29 - add a couple config methods to DockerContainer class by @jbraband in https://github.com/spatie/docker/pull/26 ## 1.5.0 - 2020-12-30 - add PHP 8.0 support (#21) ## 1.4.0 - 2020-11-19 - add `privileged` (#19) ## 1.3.0 - 2020-04-23 - add `setLabel` (#15) ## 1.2.0 - 2020-04-16 - ability to set volume on a container (#14) ## 1.1.0 - 2020-04-10 - add method to set environment variables (#12) ## 1.0.0 - 2020-02-04 - initial release