mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-21 10:54:14 +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()"
|
"ext-intl": "Intl extension is needed for humanReadable()"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["src/"]
|
"psr-4": {
|
||||||
|
"RRule\\": "src/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user