mirror of
https://codeberg.org/vlw/functionflags.git
synced 2025-09-13 19:03:41 +02:00
fix: composer psr4 (#1)
This commit is contained in:
parent
4663cf90e4
commit
08d4ae3d68
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"FunctionFlags\\": "src/FunctionFlags/"
|
||||
"FunctionFlags\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {}
|
||||
|
|
Loading…
Add table
Reference in a new issue