Skip to content

Commit

Permalink
Fix dependencies support for 5.6 & 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 23, 2020
1 parent ad7289e commit 08df766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sprinkles/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"slim/csrf": "^0.8",
"slim/slim": "3.12.2",
"slim/twig-view": "^1.2",
"symfony/event-dispatcher": "^4.0",
"symfony/event-dispatcher": "^3.0 | ^4.0",
"symfony/http-foundation": "*",
"twig/twig": "^1.18",
"userfrosting/assets": "^5.0.4",
Expand Down

0 comments on commit 08df766

Please sign in to comment.