made some refactoring
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"App\\Tests\\": "tests/"
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
@@ -18,9 +18,13 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "8.3.*",
|
||||
"ext-simplexml": "*"
|
||||
"ext-pdo": "*",
|
||||
"ext-simplexml": "*",
|
||||
"phpfui/orm": "^2.0",
|
||||
"nesbot/carbon": "^3.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"friendsofphp/php-cs-fixer": "^3.76",
|
||||
"phpunit/phpunit": "^12.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user