Skip to content

Commit a4a64a0

Browse files
committed
[CKLS-21158] Update PHP requirement to >=7.2.5 and bump dependencies
Updated `composer.json` to require PHP >=7.2.5, aligning with modern PHP versions. Also upgraded `symfony/flex` to v1.22.0 and `myclabs/deep-copy` to v1.13.0, ensuring compatibility and access to the latest features and fixes. Adjusted `composer.lock` to reflect these changes.
1 parent 8110d50 commit a4a64a0

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"psr-4": { "CrossKnowledge\\DataTableBundle\\": "" }
2020
},
2121
"require": {
22-
"php": ">=5.5",
22+
"php": ">=7.2.5",
2323
"symfony/flex": "^1.0",
2424
"symfony/form": "^5.4",
2525
"symfony/options-resolver": "^5.4",

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)