Skip to content

Commit

Permalink
fix(deps): move comments-introspection to runtime requires
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Oct 26, 2024
1 parent 1adca36 commit d0f8c32
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"require": {
"php": "^8.0",
"podlove/podlove-timeline": "2.*",
"podlove/comment-introspection": "dev-master",
"monolog/monolog": "2.9.*",
"symfony/yaml": "6.0.*",
"symfony/polyfill-mbstring": "1.27.*",
Expand All @@ -22,7 +23,6 @@
},
"require-dev": {
"pear/pear_exception": "1.0.*@dev",
"podlove/comment-introspection": "dev-master",
"phpunit/phpunit": "9.6.9",
"bamarni/composer-bin-plugin": "1.4.1"
},
Expand Down
96 changes: 48 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0f8c32

Please sign in to comment.