1
0
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:
rlanvin 2016-03-15 18:46:31 +02:00
parent 3efef919bd
commit d735154d6f

View File

@ -12,6 +12,8 @@
"ext-intl": "Intl extension is needed for humanReadable()"
},
"autoload": {
"classmap": ["src/"]
"psr-4": {
"RRule\\": "src/"
}
}
}