We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165ab62 commit c95fbccCopy full SHA for c95fbcc
README
@@ -81,6 +81,10 @@ as a dependency via:
81
82
$ composer require davidpersson/mm
83
84
+To bootstrap and pre-configure the library load the bootstrap file:
85
+
86
+require /path/to/mm/bootstrap.php
87
88
Quickstart: MIME-type Detection
89
-------------------------------
90
Before we can use any of the classes we must configure them. The following
composer.json
@@ -24,8 +24,7 @@
24
"SoX": "Enables transcoding and processing of audio data."
25
},
26
"autoload": {
27
- "psr-4": {"mm\\": "src/"},
28
- "files": ["bootstrap.php"]
+ "psr-4": {"mm\\": "src/"}
29
30
"autoload-dev": {
31
"psr-4": {"mm\\tests\\": "tests/"}
0 commit comments