Skip to content

Commit

Permalink
ACMS-1933: checking if we can drop 4.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmishra2 committed Aug 30, 2023
1 parent 8334eac commit 2ed9479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vendor
.idea/
composer.lock
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"grasmash/yaml-expander": "^3",
"loophp/phposinfo": "^1.7.1",
"symfony/filesystem": "^4.4 || ^5.4 || ^6.2",
"symfony/filesystem": "^5.4 || ^6.2",
"symfony/yaml": "^4.4 || ^5 || ^6"
},
"require-dev": {
Expand Down

0 comments on commit 2ed9479

Please sign in to comment.