-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from renakdup/fix-autoload-issue
Fix autoload issue and rebranding
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php // phpcs:ignoreFile | ||
/** | ||
* Simple PHP DIC - DI Container in one file for WordPress. | ||
* Simple DIC - DI Container in one file for WordPress and PHP Applications. | ||
* Supports autowiring and allows you to easily use it in your simple PHP applications and | ||
* especially convenient for WordPress plugins and themes. | ||
* especially convenient for WordPress plugins and themes and others. | ||
* | ||
* Author: Andrei Pisarevskii | ||
* Author Email: [email protected] | ||
* Author Site: https://wp-yoda.com/en/ | ||
* | ||
* Version: 1.1.0 | ||
* Source Code: https://github.com/renakdup/simple-php-dic | ||
* Version: 1.1.2 | ||
* Source Code: https://github.com/renakdup/simple-dic | ||
* | ||
* Licence: MIT License | ||
*/ | ||
|