Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 11, 2024
1 parent bfa9dc4 commit 3d89af2
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
"dev-master": "2.2.x-dev"
}
}
}
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
class Debugger implements \ArrayAccess, \Countable, \IteratorAggregate
{
Expand Down
4 changes: 2 additions & 2 deletions 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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
class Exception extends \Exception {}
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
abstract class AbstractHandler implements HandlerInterface
{
Expand Down
4 changes: 2 additions & 2 deletions 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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
class Exception extends \Exception {}
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
class Database extends AbstractStorage
{
Expand Down
4 changes: 2 additions & 2 deletions 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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
class Exception extends \Exception {}
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
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-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.0.0
* @version 2.2.0
*/
interface StorageInterface
{
Expand Down

0 comments on commit 3d89af2

Please sign in to comment.