diff --git a/LICENSE b/LICENSE index ba1d7c2..17b19ba 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-2018 TechFuze +Copyright (c) 2013-2021 TechFuze Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 2fa9748..44d4881 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ } ], "require": { - "php": ">=7.1.0", - "fuzeworks/core": "~1.2.0", - "fuzeworks/mvcr": "~1.2.0", + "php": ">=7.4.0", + "fuzeworks/core": "~1.2.6", + "fuzeworks/mvcr": "~1.3.1", "ext-pdo": "*" }, "require-dev": { - "phpunit/phpunit": "^7", + "phpunit/phpunit": "^9", "fuzeworks/tracycomponent": "~1.2.0" }, "autoload": {