Skip to content

Commit

Permalink
deps: relegate stopwatch to dev (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Oct 7, 2024
1 parent 93c0608 commit 00352d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

* fix: `Map` now works with unpromoted constructor parameters
* fix: restore throwing `NewInstanceReturnedButCannotBeSetOnTargetException`
* deps: `symfony/stopwatch` is required by non-dev

## 1.9.4

* deps: fix `symfony/stopwatch` dependency

## 1.9.3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"symfony/property-info": "6.4.0 - 6.4.8 || ^6.4.10 || ^6.5 || 7.0.0 - 7.0.8 || 7.1.0 - 7.1.1 || ^7.1.3 || ^7.2",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/service-contracts": "^3.0",
"symfony/stopwatch": "^6.4 || ^7.0",
"symfony/var-exporter": "^6.4.1 || ^6.5 || ^7.0.1 || ^7.1"
},
"require-dev": {
Expand All @@ -64,6 +63,7 @@
"symfony/monolog-bundle": "^2.0 || ^3.0",
"symfony/polyfill-php83": "^1.30",
"symfony/runtime": "^6.4 || ^7.0",
"symfony/stopwatch": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
Expand Down

0 comments on commit 00352d2

Please sign in to comment.