| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -namespace WindPressPackages; | |
| 3 | +namespace WindPressDeps; | |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | 6 | * Fetch the entities.json file and convert to PHP datastructure. |
| 7 | 7 | */ |
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | $sname = \substr($name, 1, -1); |
| 15 | 15 | $table[$sname] = $obj->characters; |
| 16 | 16 | } |
| 17 | 17 | echo '<?php |
| 18 | -namespace Masterminds\\HTML5; | |
| 18 | +namespace Masterminds\HTML5; | |
| 19 | 19 | /** Entity lookup tables. This class is automatically generated. */ |
| 20 | 20 | class Entities { |
| 21 | 21 | public static $byName = '; |
| 22 | 22 | \var_export($table); |