Skip to content

Commit

Permalink
Merge pull request #81 from cmdeviant/psr-0-autoloader-compat
Browse files Browse the repository at this point in the history
Remove composer's deprecation psr-0 notice
  • Loading branch information
j0k3r authored Jul 10, 2020
2 parents 49f2549 + a5ea76e commit 3ef8591
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* $Id: Htmlcolor.php 7490 2010-03-29 19:53:27Z jwage $
* $Id: HtmlColor.php 7490 2010-03-29 19:53:27Z jwage $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Expand Down Expand Up @@ -48,4 +48,4 @@ public function validate($value)
}
return true;
}
}
}

0 comments on commit 3ef8591

Please sign in to comment.