Skip to content

Commit

Permalink
Rename loader file
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Jul 24, 2022
1 parent 568e845 commit 4525927
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"ext-json": "*"
},
"autoload": {
"files": ["load-v4p11.php"]
"files": ["load-v4p12.php"]
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin-update-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 4525927

Please sign in to comment.