Commit Graph

26 Commits

Author SHA1 Message Date
Ismo Vuorinen
b9c5530928 Now actually running tests, dropping PHP5.5 2017-09-14 12:15:19 +03:00
Ismo Vuorinen
6998e75451 Tweaking travis config, removing composer.lock 2017-09-14 12:06:02 +03:00
Ismo Vuorinen
22e19941b0 Testing Travis config variables 2017-09-14 11:55:45 +03:00
Ismo Vuorinen
a9ab21d1a7 Reworked tests, added some images for real testing 2017-09-13 22:31:59 +03:00
Ismo Vuorinen
60614e47be Code style changes and added travis build badge to README 2017-09-13 22:31:27 +03:00
Ismo Vuorinen
6c1dca08da Ditching PHP 5.6, you should too 2017-09-13 22:04:03 +03:00
Ismo Vuorinen
6330f36d7c Travis config test 2017-09-13 21:59:23 +03:00
Ismo Vuorinen
4e59352f5f PHPUnit in PHP 5.* should now work 2017-09-13 21:54:42 +03:00
Ismo Vuorinen
bc6ce3d8a4 PHPUnit 6 requires PHP 7, trying composer config pipes 2017-09-13 20:35:40 +03:00
Ismo Vuorinen
6b786f27df Travis config changes 2017-09-13 20:29:30 +03:00
Ismo Vuorinen
81aa917de2 First tests 2017-09-13 19:30:05 +03:00
Ismo Vuorinen
3a2b7e8616 Create .travis.yml
Boilerplate Travis config
2017-09-13 18:06:47 +03:00
Ismo Vuorinen
9e5d44cc66 Create CODE_OF_CONDUCT.md 2017-09-13 18:03:48 +03:00
Ismo Vuorinen
a2978e901c Create CONTRIBUTING.md 2017-09-13 18:03:12 +03:00
Ismo Vuorinen
e4cab9f4f0 Merge pull request #1 from ivuorinen/add-license-1
Create LICENSE
2017-09-13 18:01:16 +03:00
Ismo Vuorinen
e280838fb5 Create LICENSE 2017-09-13 17:59:13 +03:00
Ismo Vuorinen
7aabe2f861 .gitignore:
- Added vendor folder
composer.json:
- Added required description
- Fixed autoloader classmap
- Removed extra-section
example.php:
- Now has working autoloader and non-autoloader examples
- Better wording in comments and caching example, also includes destination configuration example
Palette.php:
- Added MIT license block and changed the license links from GPL2 to MIT to reflect composer.json file
- Moved file from from a directory to a better one, reflecting class namespace.
- Combined tests to fewer try {} catch {} -blocks
- Added comments to help understand the code
1.0.1
2013-07-01 16:03:59 +03:00
Ismo Vuorinen
f0f65c1b94 Readme updated with examples and description 2013-06-27 19:17:35 +03:00
Ismo Vuorinen
a152cf01ab Version bump to 1.0.0
- Palette now in 1.0.0 and includes a docblock @example, also made the checking better and wrote some documentation
- Example now includes a failing test to make sure what happens when given octet stream
1.0.0
2013-06-27 15:52:11 +03:00
Ismo Vuorinen
c423b2551c Usage example with three different image types. 2013-06-27 15:16:31 +03:00
Ismo Vuorinen
adade44973 Ignore saved .json files from version control 2013-06-27 15:15:41 +03:00
Ismo Vuorinen
2984f52ce6 Palette now returns colours as expected 2013-06-27 15:14:55 +03:00
Ismo Vuorinen
c2ce49843f Trailing comma in composer.json 2013-06-27 04:29:58 +03:00
Ismo Vuorinen
5bbcdeff55 Run function to go through the steps automatically. Just add $filename and $destination and we're set. 2013-06-27 04:27:32 +03:00
Ismo Vuorinen
38cae8b68b Palette takes first steps, nothing working yet, but we're getting there. 2013-06-27 03:58:28 +03:00
Ismo Vuorinen
a933241785 Initial commit 2013-06-25 11:03:17 -07:00