Compare commits

..

No commits in common. "stable" and "1.0.0" have entirely different histories.

4 changed files with 2051 additions and 3874 deletions

View File

@ -23,7 +23,7 @@
},
"require": {
"php": "~8.0",
"mirzaev/accounts": "1.2.x-dev"
"mirzaev/accounts": "0.1.x-dev"
},
"require-dev": {
"phpdocumentor/phpdocumentor": ">=2.9",

5933
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace mirzaev\accounts\vk;
namespace mirzaev\accounts;
use DOMDocument,
DOMXPath;

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace mirzaev\accounts\vk\tests;
namespace mirzaev\accounts\tests;
use PHPUnit\Framework\TestCase;