Skip to content

Commit

Permalink
Allow for older version of symfony/var-exporter
Browse files Browse the repository at this point in the history
This dependency was preventing use side by side with Statamic. statamic/cms#2263
  • Loading branch information
edgrosvenor committed Sep 7, 2020
1 parent 31b0a15 commit f210456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^7.1",
"illuminate/support": "^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0",
"ext-json": "*",
"symfony/var-exporter": "^5.1"
"symfony/var-exporter": "^4.3|^5.1"
},
"require-dev": {
"orchestra/testbench": "^5.0",
Expand Down

0 comments on commit f210456

Please sign in to comment.