fix: rename core/php-framework dependency to core/php
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s

This commit is contained in:
Snider 2026-03-09 17:38:53 +00:00
parent 15d95840c8
commit a0ff7d9c06

View file

@ -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"
}
]
}