mirror of
https://github.com/adlawson/php-vfs.git
synced 2025-01-24 14:18:27 +00:00
Fix composer psr4 namespace
This commit is contained in:
parent
0b622b461d
commit
4efa559232
@ -26,9 +26,9 @@
|
||||
"Vfs\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Vfs\\Test": "test/src/"
|
||||
"Vfs\\Test\\": "test/src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user