Skip to content

Commit ba73135

Browse files
committed
AC-9335::Possible PHP 8.2 deprecated code: creation of dynamic property
1 parent 2ec9059 commit ba73135

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,5 +395,12 @@
395395
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/"
396396
}
397397
},
398-
"prefer-stable": true
398+
"prefer-stable": true,
399+
"minimum-stability": "dev",
400+
"repositories": {
401+
"ext": {
402+
"type": "path",
403+
"url": "./ext/*/*/*"
404+
}
405+
}
399406
}

composer.lock

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

0 commit comments

Comments
 (0)