Simplify PSR-4 autoload
This commit is contained in:
parent
65ccf95437
commit
d127964eff
12 changed files with 81 additions and 84 deletions
|
@ -67,9 +67,6 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alltube\\": "classes/",
|
||||
"Alltube\\Stream\\": "classes/streams/",
|
||||
"Alltube\\Exception\\": "classes/exceptions/",
|
||||
"Alltube\\Controller\\": "controllers/",
|
||||
"Alltube\\Test\\": "tests/"
|
||||
}
|
||||
},
|
||||
|
@ -79,7 +76,7 @@
|
|||
"release": "robo release --ansi",
|
||||
"update-locales": [
|
||||
"tsmarty2c.php templates > i18n/template.pot",
|
||||
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php controllers/*"
|
||||
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php"
|
||||
],
|
||||
"youtube-dl": "vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue