Skip to content

Commit

Permalink
Drop sypport for Symfony 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 25, 2019
1 parent a05922f commit 7175b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"illuminate/contracts": "~5.1|^6.0|^7.0",
"illuminate/support": "~5.1|^6.0|^7.0",
"psy/psysh": "^0.9.0",
"symfony/var-dumper": "^3.0|^4.0"
"symfony/var-dumper": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
Expand Down

0 comments on commit 7175b49

Please sign in to comment.