mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-20 09:54:16 +01:00
Using PSR-4 autoloader instead of classmap
This commit is contained in:
parent
3efef919bd
commit
d735154d6f
@ -12,6 +12,8 @@
|
||||
"ext-intl": "Intl extension is needed for humanReadable()"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
"psr-4": {
|
||||
"RRule\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user