From 7a2fcc346096cef7dd531ceec3c059915e63b43b Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Thu, 22 Aug 2019 12:40:22 +0600 Subject: [PATCH 1/6] Rename autoloader.php to autoload.php --- autoloader.php => autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename autoloader.php => autoload.php (89%) diff --git a/autoloader.php b/autoload.php similarity index 89% rename from autoloader.php rename to autoload.php index 37ea895..d09f65e 100755 --- a/autoloader.php +++ b/autoload.php @@ -16,4 +16,4 @@ function classLoader($class) require_once $file; } } -spl_autoload_register('classLoader'); \ No newline at end of file +spl_autoload_register('classLoader'); From cf9f4c9f90fccf9669c17a0263ae9a554658c625 Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Thu, 22 Aug 2019 13:04:34 +0600 Subject: [PATCH 2/6] Update Logo.php --- src/Logo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Logo.php b/src/Logo.php index ab650c8..e298e28 100755 --- a/src/Logo.php +++ b/src/Logo.php @@ -31,7 +31,7 @@ public function get_logo($html_attrs = '') $base64 = $this->get_logo_base64(); if($base64 !== null){ - $logo = 'Red dot'; + $logo = '.$this->card.'; return $logo; } return ''; @@ -53,4 +53,4 @@ public function get_name() { return $this->card; } -} \ No newline at end of file +} From 3eeac4321d1429b60011de10123dd22207ad2687 Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Thu, 22 Aug 2019 13:05:22 +0600 Subject: [PATCH 3/6] Update Logo.php --- src/Logo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logo.php b/src/Logo.php index e298e28..d3ad5cd 100755 --- a/src/Logo.php +++ b/src/Logo.php @@ -31,7 +31,7 @@ public function get_logo($html_attrs = '') $base64 = $this->get_logo_base64(); if($base64 !== null){ - $logo = '.$this->card.'; + $logo = ''.$this->card.''; return $logo; } return ''; From 07500e4c80e42cb280b22aec4990e62f200da2dd Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Thu, 22 Aug 2019 13:25:38 +0600 Subject: [PATCH 4/6] Update test.php --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index 9283b65..f5183d5 100755 --- a/test.php +++ b/test.php @@ -8,7 +8,7 @@ -include_once 'autoloader.php'; +include_once 'autoload.php'; $type = \src\Detector::detect("5555555555554444"); From d68af677497053581f4da015063d003672a64173 Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Fri, 23 Aug 2019 12:50:11 +0600 Subject: [PATCH 5/6] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ebbbddf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Md. Arab Hossainn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From c4ff95cba2499325a921b674585c163951694232 Mon Sep 17 00:00:00 2001 From: "Md. Arab Hossainn" Date: Fri, 11 Oct 2019 02:41:52 +0600 Subject: [PATCH 6/6] Update .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0dfb679..e5cb361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ -language: php \ No newline at end of file +language: php +php: + - '5.4' + - '5.6' + - '7.0'