Skip to content

Commit

Permalink
fix: add missing symfony libraries to thirdpartylibs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
djarran committed Sep 24, 2024
1 parent d812d96 commit b84d9a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,27 @@
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>vendor/symfony/cache-contracts</location>
<name>cache-contracts</name>
<version>v2.5.2</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>vendor/symfony/event-dispatcher</location>
<name>event-dispatcher</name>
<version>v4.4.44</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>vendor/symfony/event-dispatcher-contracts</location>
<name>event-dispatcher-contracts</name>
<version>v1.1.13</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>vendor/symfony/debug</location>
<name>debug</name>
Expand Down

0 comments on commit b84d9a5

Please sign in to comment.