Skip to content

Commit

Permalink
added loader neon.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 29, 2014
1 parent a948362 commit ee30dbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/neon.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

require __DIR__ . '/Neon/Decoder.php';
require __DIR__ . '/Neon/Encoder.php';
require __DIR__ . '/Neon/Entity.php';
require __DIR__ . '/Neon/Exception.php';
require __DIR__ . '/Neon/Neon.php';

0 comments on commit ee30dbe

Please sign in to comment.