Skip to content

Commit

Permalink
fix min laravel 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Mar 11, 2024
1 parent a744042 commit 4f6f3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": "^7.3",
"sonata-project/exporter": "^2.10",
"illuminate/container": ">=5",
"illuminate/support": ">=5",
"illuminate/container": ">=6",
"illuminate/support": ">=6",
"symfony/http-foundation": ">=3"
},
"require-dev": {
Expand Down

0 comments on commit 4f6f3bf

Please sign in to comment.