fix: rename core/php-framework dependency to core/php
This commit is contained in:
parent
15d95840c8
commit
a0ff7d9c06
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php-framework": "dev-main"
|
||||
"core/php": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.18",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
{
|
||||
"name": "core",
|
||||
"type": "path",
|
||||
"url": "../php-framework"
|
||||
"url": "../php"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue