Skip to content

Commit 3ce1236

Browse files
authored
[CollectionView] - Set lowest adbario/php-dot-notation ^2.3 (#120)
* set lowest adbario/php-dot-notation to ^2.3
1 parent bc27326 commit 3ce1236

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ext-openssl": "*",
1111
"ext-simplexml": "*",
1212
"ext-xml": "*",
13-
"adbario/php-dot-notation": "^2.2",
13+
"adbario/php-dot-notation": "^2.3",
1414
"cakephp/cakephp": "^4.2",
1515
"cakephp/migrations": "^3.0",
1616
"cakephp/plugin-installer": "^1.3",

composer.lock

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

plugins/collection-view/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": "^8.0",
99
"cakephp/cakephp": "^4.2",
10-
"adbario/php-dot-notation": "^2.2"
10+
"adbario/php-dot-notation": "^2.3"
1111
},
1212
"autoload": {
1313
"psr-4": {

0 commit comments

Comments
 (0)