Skip to content

Commit 3c89735

Browse files
Update codenamephp/installer requirement from ^1.0 to ^1.0 || ^2.0
Updates the requirements on [codenamephp/installer](https://github.com/codenamephp/installer) to permit the latest version. - [Release notes](https://github.com/codenamephp/installer/releases) - [Changelog](https://github.com/codenamephp/installer/blob/release/CHANGELOG.md) - [Commits](codenamephp/installer@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: codenamephp/installer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65531aa commit 3c89735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"codenamephp/installer": "^1.0"
14+
"codenamephp/installer": "^1.0 || ^2.0"
1515
},
1616
"scripts": {
1717
"run-installer": "composer install && php .installer/install.php && composer update && phive update"

0 commit comments

Comments
 (0)