Skip to content

Commit

Permalink
Add test cases and fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnvdwerf committed Apr 14, 2017
1 parent 4c310b8 commit 7c937f0
Show file tree
Hide file tree
Showing 5 changed files with 1,522 additions and 19 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"marijnvdwerf\\palette\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"marijnvdwerf\\palette\\Tests\\": "tests/"
}
},
"require": {
"php": ">=5.3",
"intervention/image": "~2.2"
Expand All @@ -34,6 +39,7 @@
},
"require-dev": {
"devster/ubench": "^1.1",
"phpunit/phpunit": "^6.1",
"symfony/debug": "~2.6",
"symfony/var-dumper": "~2.6"
}
Expand Down
Loading

0 comments on commit 7c937f0

Please sign in to comment.