Skip to content

Commit 90a3744

Browse files
committed
merged
2 parents 40d6bda + 53179e8 commit 90a3744

File tree

173 files changed

+2893
-4776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+2893
-4776
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# COMPOSER
21
vendor
32
composer.lock
3+
.php_cs.cache

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
sudo: false
33

44
php:
5-
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
@@ -12,4 +11,4 @@ before_install:
1211
- composer install
1312

1413
script:
15-
- 'phpunit'
14+
- composer test

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Oscar Otero Marzoa
3+
Copyright (c) 2017 Oscar Otero Marzoa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)