Skip to content

Commit 158e11b

Browse files
committed
composer greenlion/php-sql-parser
1 parent 0a80976 commit 158e11b

2 files changed

Lines changed: 68 additions & 4 deletions

File tree

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"license": "Apache-2.0",
1414
"require": {
1515
"php": ">=8.1",
16+
"greenlion/php-sql-parser": "^4.7",
1617
"hyperf/cache": "~3.1.0",
1718
"hyperf/command": "^3.1",
1819
"hyperf/config": "~3.1.0",
@@ -47,7 +48,9 @@
4748
"psr-4": {
4849
"App\\": "app/"
4950
},
50-
"files": []
51+
"files": [
52+
"app/Helpers/helpers.php"
53+
]
5154
},
5255
"autoload-dev": {
5356
"psr-4": {
@@ -66,7 +69,8 @@
6669
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
6770
],
6871
"post-autoload-dump": [
69-
"rm -rf runtime/container"
72+
"rm -rf runtime/container",
73+
"rm -rf runtime/cache"
7074
],
7175
"test": "co-phpunit --prepend test/bootstrap.php --colors=always",
7276
"cs-fix": "php-cs-fixer fix $1",

composer.lock

Lines changed: 62 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)