Compare commits
No commits in common. "stable" and "1.0.0" have entirely different histories.
|
@ -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",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace mirzaev\accounts\vk;
|
||||
namespace mirzaev\accounts;
|
||||
|
||||
use DOMDocument,
|
||||
DOMXPath;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace mirzaev\accounts\vk\tests;
|
||||
namespace mirzaev\accounts\tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
|
Loading…
Reference in New Issue