diff options
author | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-21 16:57:45 +0100 |
---|---|---|
committer | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-21 16:57:45 +0100 |
commit | eb7022202f29a5a56b8b25e166b82c605c68610d (patch) | |
tree | 09c5ab564d7d6e1cfe40daa7ff3b1184189e08d4 | |
parent | d97243aa9e367907e60041849e55dca759fef257 (diff) | |
download | ip1-php-sdk-eb7022202f29a5a56b8b25e166b82c605c68610d.zip ip1-php-sdk-eb7022202f29a5a56b8b25e166b82c605c68610d.tar.gz ip1-php-sdk-eb7022202f29a5a56b8b25e166b82c605c68610d.tar.bz2 |
Prepared files for release 0.3.0-beta
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
33 files changed, 76 insertions, 58 deletions
diff --git a/composer.json b/composer.json index 6709dad..d83c3f1 100644 --- a/composer.json +++ b/composer.json @@ -3,26 +3,26 @@ "description": "A PHP client library for the IP1SMS RESTful API", "type": "library", "license": "LGPL-3.0", - "authors": [ - { - "name": "Hannes Kindströmmer", - "email": "hannes@kindstrommer.se", - "homepage": "http://kindstrommer.se", - "role": "Developer" - } - ], - "autoload": { + "authors": [ + { + "name": "Hannes Kindströmmer", + "email": "hannes@kindstrommer.se", + "homepage": "http://kindstrommer.se", + "role": "Developer" + } + ], + "autoload": { "psr-4": { "IP1\\RESTClient\\": "src", "IP1\\RESTClient\\Test\\": "tests" } }, - "require" : { - "php" : "^7.1.1", - "nategood/httpful": "*" - }, - "require-dev": { - "squizlabs/php_codesniffer": "2.*", - "phpunit/phpunit": "^6.0" - } + "require" : { + "php" : "^7.1.1", + "nategood/httpful": "*" + }, + "require-dev": { + "squizlabs/php_codesniffer": "2.*", + "phpunit/phpunit": "^6.0" + } } diff --git a/src/Core/ClassValidationArray.php b/src/Core/ClassValidationArray.php index 4fa10d9..61b2474 100644 --- a/src/Core/ClassValidationArray.php +++ b/src/Core/ClassValidationArray.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Core/Communicator.php b/src/Core/Communicator.php index 81b0331..f936681 100644 --- a/src/Core/Communicator.php +++ b/src/Core/Communicator.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.2.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/Core/OwnableInterface.php b/src/Core/OwnableInterface.php index c54281b..494f90d 100644 --- a/src/Core/OwnableInterface.php +++ b/src/Core/OwnableInterface.php @@ -1,4 +1,14 @@ <?php +/** +* PHP version 7.1.1 +* @author Hannes Kindströmmer <hannes@kindstrommer.se> +* @copyright 2017 iP.1 Networks AB +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.3.0-beta +* @since File available since Release 0.3.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk +*/ namespace IP1\RESTClient\Core; interface OwnableInterface diff --git a/src/Core/ProcessableComponentInterface.php b/src/Core/ProcessableComponentInterface.php index c133cee..467284e 100644 --- a/src/Core/ProcessableComponentInterface.php +++ b/src/Core/ProcessableComponentInterface.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Core/ProcessedComponentInterface.php b/src/Core/ProcessedComponentInterface.php index 5e14e83..6d3b58e 100644 --- a/src/Core/ProcessedComponentInterface.php +++ b/src/Core/ProcessedComponentInterface.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Core/UpdatableComponentInterface.php b/src/Core/UpdatableComponentInterface.php index 7ed353f..698f82b 100644 --- a/src/Core/UpdatableComponentInterface.php +++ b/src/Core/UpdatableComponentInterface.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Recipient/BlacklistEntry.php b/src/Recipient/BlacklistEntry.php index 05e37de..c540dea 100644 --- a/src/Recipient/BlacklistEntry.php +++ b/src/Recipient/BlacklistEntry.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/src/Recipient/Contact.php b/src/Recipient/Contact.php index 4b86bb7..ac9fb78 100644 --- a/src/Recipient/Contact.php +++ b/src/Recipient/Contact.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Recipient/Group.php b/src/Recipient/Group.php index ee81d82..2d1fa66 100644 --- a/src/Recipient/Group.php +++ b/src/Recipient/Group.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Recipient/Membership.php b/src/Recipient/Membership.php index 82647dd..25a8fa9 100644 --- a/src/Recipient/Membership.php +++ b/src/Recipient/Membership.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.1.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/Recipient/MembershipRelationInterface.php b/src/Recipient/MembershipRelationInterface.php index bb159c2..092132e 100644 --- a/src/Recipient/MembershipRelationInterface.php +++ b/src/Recipient/MembershipRelationInterface.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/Recipient/ProcessedBlacklistEntry.php b/src/Recipient/ProcessedBlacklistEntry.php index cf2ffc4..1db5872 100644 --- a/src/Recipient/ProcessedBlacklistEntry.php +++ b/src/Recipient/ProcessedBlacklistEntry.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/src/Recipient/ProcessedContact.php b/src/Recipient/ProcessedContact.php index 1565a50..bd31bd7 100644 --- a/src/Recipient/ProcessedContact.php +++ b/src/Recipient/ProcessedContact.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.1.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/Recipient/ProcessedGroup.php b/src/Recipient/ProcessedGroup.php index 87a14d2..9efced7 100644 --- a/src/Recipient/ProcessedGroup.php +++ b/src/Recipient/ProcessedGroup.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.2.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/Recipient/ProcessedMembership.php b/src/Recipient/ProcessedMembership.php index 590ef0f..50c11ef 100644 --- a/src/Recipient/ProcessedMembership.php +++ b/src/Recipient/ProcessedMembership.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.1.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/Recipient/RecipientFactory.php b/src/Recipient/RecipientFactory.php index 0003b44..24d378a 100644 --- a/src/Recipient/RecipientFactory.php +++ b/src/Recipient/RecipientFactory.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.1.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/src/SMS/LoggedOutGoingSMS.php b/src/SMS/LoggedOutGoingSMS.php index 31af23a..2621ef4 100644 --- a/src/SMS/LoggedOutGoingSMS.php +++ b/src/SMS/LoggedOutGoingSMS.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/SMS/OutGoingSMS.php b/src/SMS/OutGoingSMS.php index 1ef0703..15a6281 100644 --- a/src/SMS/OutGoingSMS.php +++ b/src/SMS/OutGoingSMS.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/SMS/ProcessedOutGoingSMS.php b/src/SMS/ProcessedOutGoingSMS.php index 7e19c3f..49bff6a 100644 --- a/src/SMS/ProcessedOutGoingSMS.php +++ b/src/SMS/ProcessedOutGoingSMS.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/src/SMS/SMS.php b/src/SMS/SMS.php index b451f65..4c34819 100644 --- a/src/SMS/SMS.php +++ b/src/SMS/SMS.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.1.0-beta * @since File available since Release 0.1.0-beta diff --git a/tests/Core/AbstractEnviromentProvider.php b/tests/Core/AbstractEnviromentProvider.php index e48ad7f..104a7cb 100644 --- a/tests/Core/AbstractEnviromentProvider.php +++ b/tests/Core/AbstractEnviromentProvider.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/tests/Core/ClassValidationArrayTest.php b/tests/Core/ClassValidationArrayTest.php index f82819a..f086c4c 100644 --- a/tests/Core/ClassValidationArrayTest.php +++ b/tests/Core/ClassValidationArrayTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/tests/General/ConstructorTest.php b/tests/General/ConstructorTest.php index dcc4142..0447075 100644 --- a/tests/General/ConstructorTest.php +++ b/tests/General/ConstructorTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/tests/Recipient/BlacklistTest.php b/tests/Recipient/BlacklistTest.php index 78b11ad..a960fac 100644 --- a/tests/Recipient/BlacklistTest.php +++ b/tests/Recipient/BlacklistTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/tests/Recipient/ContactTest.php b/tests/Recipient/ContactTest.php index 3c7e646..37ad67f 100644 --- a/tests/Recipient/ContactTest.php +++ b/tests/Recipient/ContactTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/tests/Recipient/GroupTest.php b/tests/Recipient/GroupTest.php index 5a6b960..3dc5a93 100644 --- a/tests/Recipient/GroupTest.php +++ b/tests/Recipient/GroupTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/tests/Recipient/MembershipTest.php b/tests/Recipient/MembershipTest.php index 081c0e7..b82cd61 100644 --- a/tests/Recipient/MembershipTest.php +++ b/tests/Recipient/MembershipTest.php @@ -1,4 +1,14 @@ <?php +/** +* PHP version 7.1.1 +* @author Hannes Kindströmmer <hannes@kindstrommer.se> +* @copyright 2017 iP.1 Networks AB +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.3.0-beta +* @since File available since Release 0.3.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk +*/ namespace IP1\RESTClient\Test\Recipient; use IP1\RESTClient\Recipient\Group; diff --git a/tests/Recipient/ProcessedContactTest.php b/tests/Recipient/ProcessedContactTest.php index 7e7443f..c57996e 100644 --- a/tests/Recipient/ProcessedContactTest.php +++ b/tests/Recipient/ProcessedContactTest.php @@ -2,15 +2,13 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.2.0-beta +* @version 0.3.0-beta * @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk */ - - namespace IP1\RESTClient\Test\Recipient; use IP1\RESTClient\Recipient\RecipientFactory; diff --git a/tests/Recipient/ProcessedGroupTest.php b/tests/Recipient/ProcessedGroupTest.php index 094c635..8ef23a8 100644 --- a/tests/Recipient/ProcessedGroupTest.php +++ b/tests/Recipient/ProcessedGroupTest.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.2.0-beta +* @version 0.3.0-beta * @since File available since Release 0.2.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk diff --git a/tests/SMS/LoggedOutGoingSMSTest.php b/tests/SMS/LoggedOutGoingSMSTest.php index c53660c..67a46b2 100644 --- a/tests/SMS/LoggedOutGoingSMSTest.php +++ b/tests/SMS/LoggedOutGoingSMSTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.2.0-beta diff --git a/tests/SMS/OutGoingSMSTest.php b/tests/SMS/OutGoingSMSTest.php index 2068f10..9ac870b 100644 --- a/tests/SMS/OutGoingSMSTest.php +++ b/tests/SMS/OutGoingSMSTest.php @@ -2,7 +2,7 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 * @version 0.2.0-beta * @since File available since Release 0.1.0-beta diff --git a/tests/Util/Util.php b/tests/Util/Util.php index 855f3ce..0d60789 100644 --- a/tests/Util/Util.php +++ b/tests/Util/Util.php @@ -2,9 +2,9 @@ /** * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> -* @copyright 2017 IP1 SMS +* @copyright 2017 iP.1 Networks AB * @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 -* @version 0.2.0-beta +* @version 0.3.0-beta * @since File available since Release 0.2.0-beta * @link http://api.ip1sms.com/Help * @link https://github.com/iP1SMS/ip1-php-sdk |