Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
nusje2000 committed Jul 16, 2020
1 parent 3f174ea commit a8da4c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/example.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env php
<?php

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vendor/bin/phpunit ./tests"
],
"example": [
"bin/example.php"
"php bin/example.php"
]
},
"license": "MIT",
Expand Down

0 comments on commit a8da4c9

Please sign in to comment.