Skip to content

Commit d17ae14

Browse files
authored
Move spatie/phpunit-snapshot-assertions to require-dev (#864)
1 parent f4d5e29 commit d17ae14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.18.1
9+
10+
### Changed
11+
12+
- Moved `spatie/phpunit-snapshot-assertions` to `require-dev` for the root package.
13+
814
## v1.18.0
915

1016
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"psr/simple-cache": "^3.0",
3737
"ramsey/uuid": "^4.7.4",
3838
"spatie/backtrace": "^1.8",
39-
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1",
4039
"symfony/console": "^7.2",
4140
"symfony/css-selector": "^7.2.0",
4241
"symfony/dom-crawler": "^7.3 <7.4",
@@ -65,6 +64,7 @@
6564
"phpunit/phpunit": "^10.5.62 || ^11.5.50 || ^12.5.8",
6665
"rector/rector": "^2.0",
6766
"spatie/once": "^3.1.1",
67+
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1",
6868
"spatie/ray": "^1.41.4",
6969
"squizlabs/php_codesniffer": "^3.7",
7070
"symplify/monorepo-builder": "^10.3.3",

0 commit comments

Comments
 (0)