Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 29, 2024
1 parent a67fbc0 commit e54d9f3
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Install `pop-debug` using Composer.
Or, require it in your composer.json file

"require": {
"popphp/pop-debug" : "^2.2.0"
"popphp/pop-debug" : "^2.2.1"
}

[Top](#pop-debug)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": ">=8.2.0",
"popphp/pop-db": "^6.5.11",
"popphp/pop-http": "^5.2.11",
"popphp/pop-log": "^4.0.1",
"popphp/pop-session": "^4.0.0"
"popphp/pop-db": "^6.6.0",
"popphp/pop-http": "^5.3.0",
"popphp/pop-log": "^4.0.2",
"popphp/pop-session": "^4.0.1"
},
"require-dev": {
"phpunit/phpunit": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class Debugger implements \ArrayAccess, \Countable, \IteratorAggregate
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class Exception extends \Exception {}
2 changes: 1 addition & 1 deletion src/Handler/AbstractHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
abstract class AbstractHandler implements HandlerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class Exception extends \Exception {}
2 changes: 1 addition & 1 deletion src/Handler/ExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class ExceptionHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/HandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
interface HandlerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/MemoryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class MemoryHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/MessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class MessageHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/PhpHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class PhpHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/QueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class QueryHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class RequestHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/TimeHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class TimeHandler extends AbstractHandler
{
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/AbstractStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
abstract class AbstractStorage implements StorageInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class Database extends AbstractStorage
{
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class Exception extends \Exception {}
2 changes: 1 addition & 1 deletion src/Storage/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
class File extends AbstractStorage
{
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/StorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC.
* @license https://www.popphp.org/license New BSD License
* @version 2.2.0
* @version 2.2.1
*/
interface StorageInterface
{
Expand Down

0 comments on commit e54d9f3

Please sign in to comment.