remove unneeded dependencies
This commit is contained in:
parent
504bbb9999
commit
9ec09c5407
2 changed files with 1 additions and 4 deletions
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
namespace Activitypub;
|
namespace Activitypub;
|
||||||
|
|
||||||
require __DIR__ . '/vendor/autoload.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize plugin
|
* Initialize plugin
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"composer/installers": "^1.0 || ^2.0",
|
"composer/installers": "^1.0 || ^2.0"
|
||||||
"phpseclib/phpseclib": "~3.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^8",
|
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^8",
|
||||||
|
|
Loading…
Reference in a new issue