fix: use wildcard version for core/php dependency
No version tags on core/php yet — use wildcard to match dev-main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
339a956b50
commit
ccc532f55f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "^1.0"
|
||||
"core/php": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue