Skip to content

Commit

Permalink
composer.json - Require php72. Start using Symfony 5. Prep for php84.
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Aug 1, 2024
1 parent 009abb4 commit efd6feb
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 34 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"ext-posix": "*",
"ext-pcntl": "*",
"marcj/topsort": "^1.1",
"symfony/yaml": "~4.4",
"symfony/yaml": "~5.4",
"symfony/finder": "~4.4",
"symfony/console": "~4.4",
"symfony/console": "~5.4",
"symfony/filesystem": "~4.4",
"symfony/event-dispatcher": "~4.4",
"symfony/cache": "~4.4",
Expand All @@ -28,7 +28,7 @@
},
"config": {
"platform": {
"php": "7.1.4"
"php": "7.2.5"
},
"preferred-install": "source",
"allow-plugins": {
Expand Down
Loading

0 comments on commit efd6feb

Please sign in to comment.