Skip to content

Commit

Permalink
Use forked version of Hoa\Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Apr 5, 2020
1 parent c9cb427 commit 36c739c
Show file tree
Hide file tree
Showing 2 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 @@ -20,7 +20,7 @@
"jms/metadata": "^2.0",
"doctrine/annotations": "^1.0",
"doctrine/instantiator": "^1.0.3",
"hoa/compiler": "^3.17.08.08"
"sanmai/hoa-compiler": "^0.1"
},
"suggest": {
"symfony/yaml": "Required if you'd like to use the YAML metadata format.",
Expand Down
2 changes: 1 addition & 1 deletion src/Type/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace JMS\Serializer\Type;

use Hoa\Exception\Exception;
use Hoa\Compiler\Exception;
use Hoa\Visitor\Visit;
use JMS\Serializer\Type\Exception\SyntaxError;

Expand Down

0 comments on commit 36c739c

Please sign in to comment.