From bef7d159cff3e14b1138a5d09494001f9122a607 Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Fri, 29 Nov 2024 12:01:48 -0600 Subject: [PATCH] Update version --- .github/workflows/phpunit.yml | 6 +++--- README.md | 2 +- src/AbstractAuth.php | 2 +- src/AdapterUserTrait.php | 2 +- src/AuthInterface.php | 2 +- src/Exception.php | 2 +- src/File.php | 2 +- src/Http.php | 2 +- src/Ldap.php | 2 +- src/Table.php | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 551745f..52bcf9d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,15 +26,15 @@ jobs: steps: - uses: actions/checkout@v3 - #- name: Validate composer.json and composer.lock - # run: composer validate - - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} extensions: ldap + #- name: Validate composer.json and composer.lock + # run: composer validate + - name: Cache Composer packages id: composer-cache uses: actions/cache@v3 diff --git a/README.md b/README.md index 1b31be8..dcbb3c4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Install `pop-auth` using Composer. Or, require it in your composer.json file "require": { - "popphp/pop-auth" : "^4.0.0" + "popphp/pop-auth" : "^4.0.1" } [Top](#pop-auth) diff --git a/src/AbstractAuth.php b/src/AbstractAuth.php index 349ad2d..d064717 100644 --- a/src/AbstractAuth.php +++ b/src/AbstractAuth.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ abstract class AbstractAuth implements AuthInterface { diff --git a/src/AdapterUserTrait.php b/src/AdapterUserTrait.php index ddff32f..94a2da2 100644 --- a/src/AdapterUserTrait.php +++ b/src/AdapterUserTrait.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ trait AdapterUserTrait { diff --git a/src/AuthInterface.php b/src/AuthInterface.php index ea07e95..b1d0add 100644 --- a/src/AuthInterface.php +++ b/src/AuthInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ interface AuthInterface { diff --git a/src/Exception.php b/src/Exception.php index a5b9355..d4244d6 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ class Exception extends \Exception {} diff --git a/src/File.php b/src/File.php index 7e54a27..3c8699c 100644 --- a/src/File.php +++ b/src/File.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ class File extends AbstractAuth { diff --git a/src/Http.php b/src/Http.php index 22253f2..9a6f6af 100644 --- a/src/Http.php +++ b/src/Http.php @@ -24,7 +24,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ class Http extends AbstractAuth { diff --git a/src/Ldap.php b/src/Ldap.php index 07800f9..f769860 100644 --- a/src/Ldap.php +++ b/src/Ldap.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ class Ldap extends AbstractAuth { diff --git a/src/Table.php b/src/Table.php index 98440c8..11deb92 100644 --- a/src/Table.php +++ b/src/Table.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. * @license https://www.popphp.org/license New BSD License - * @version 4.0.0 + * @version 4.0.1 */ class Table extends AbstractAuth {