-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.0](v1.1.0...v1.2.0) (2022-07-04) ### ✨ New Features * add repositories and requests ([#5](#5)) ([03b23f1](03b23f1))
- Loading branch information
1 parent
03b23f1
commit 5f5d2d5
Showing
2 changed files
with
46 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "myparcelnl/pdk", | ||
"version": "1.1.0", | ||
"description": "MyParcel Plugin Development Kit", | ||
"type": "library", | ||
"homepage": "https://www.myparcel.nl", | ||
"require": { | ||
"myparcelnl/sdk": "^7.1", | ||
"php": ">=7.1.0", | ||
"php-di/php-di": "~6.0.0", | ||
"guzzlehttp/guzzle": "^7.4" | ||
}, | ||
"require-dev": { | ||
"pestphp/pest": "^1.21", | ||
"pestphp/pest-plugin-watch": "^1.x-dev", | ||
"pestphp/pest-plugin-faker": "^1.x-dev" | ||
}, | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"MyParcelNL\\Pdk\\": "src/" | ||
"name": "myparcelnl/pdk", | ||
"version": "1.2.0", | ||
"description": "MyParcel Plugin Development Kit", | ||
"type": "library", | ||
"homepage": "https://www.myparcel.nl", | ||
"require": { | ||
"myparcelnl/sdk": "^7.1", | ||
"php": ">=7.1.0", | ||
"php-di/php-di": "~6.0.0", | ||
"guzzlehttp/guzzle": "^7.4" | ||
}, | ||
"require-dev": { | ||
"pestphp/pest": "^1.21", | ||
"pestphp/pest-plugin-watch": "^1.x-dev", | ||
"pestphp/pest-plugin-faker": "^1.x-dev" | ||
}, | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"MyParcelNL\\Pdk\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"MyParcelNL\\Pdk\\": "tests/Unit", | ||
"MyParcelNL\\Pdk\\Tests\\": "tests" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Edie Lemoine", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"config": { | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true | ||
} | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"MyParcelNL\\Pdk\\": "tests/Unit", | ||
"MyParcelNL\\Pdk\\Tests\\": "tests" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Edie Lemoine", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"config": { | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true | ||
} | ||
} | ||
} | ||
} |