Rename loader file

This commit is contained in:
Yahnis Elsts 2022-07-25 00:27:58 +03:00
parent 568e845d89
commit 4525927a6b
3 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@
"ext-json": "*"
},
"autoload": {
"files": ["load-v4p11.php"]
"files": ["load-v4p12.php"]
}
}

View File

@ -7,4 +7,4 @@
* Released under the MIT license. See license.txt for details.
*/
require dirname(__FILE__) . '/load-v4p11.php';
require dirname(__FILE__) . '/load-v4p12.php';