Skip to content

Commit

Permalink
Set package type to library
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 8, 2019
1 parent f5bd354 commit 96a1371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -83,10 +83,6 @@ matrix:
env:
- LARAVEL_VERSION='5.5.*'
- PUG_VERSION='^3.0'
- php: 7.2
env:
- LARAVEL_VERSION='4.2.*'
- PUG_VERSION='^2.7'
- php: 7.2
env:
- LARAVEL_VERSION='5.4.*'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "bkwld/laravel-pug",
"description": "Pug view adapter for Laravel",
"type": "composer-plugin",
"type": "library",
"require": {
"php": ">=5.4.0",
"illuminate/support": "4 - 6",
Expand Down

0 comments on commit 96a1371

Please sign in to comment.