Skip to content

Commit 6118322

Browse files
Merge pull request #9 from chapterjason/chore/master/updates
chore: Update dependencies
2 parents fee7aa5 + aa19ae1 commit 6118322

File tree

4 files changed

+12
-4782
lines changed

4 files changed

+12
-4782
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/build/
33
.idea/
44
.phpunit.result.cache
5+
composer.lock

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323

2424
A framework for building simple to use SDKs in PHP 8.0 and above.
2525

26+
## Installation
27+
28+
```shell
29+
composer require juststeveking/php-sdk
30+
```
31+
2632
## Purpose
2733

2834
The purpose of this package is to provide a consistent and interoperable way to build PHP SDKs to work with 3rd party APis.

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"juststeveking/http-auth-strategies": "^v1.2",
2323
"juststeveking/http-slim": "^2.0",
2424
"juststeveking/uri-builder": "^2.0",
25-
"phpfox/container": "^0.2.0"
25+
"phpfox/container": "^0.3.0"
2626
},
2727
"require-dev": {
2828
"nyholm/psr7": "^1.4",
@@ -49,6 +49,9 @@
4949
"config": {
5050
"sort-packages": true,
5151
"preferred-install": "dist",
52-
"optimize-autoloader": true
52+
"optimize-autoloader": true,
53+
"allow-plugins": {
54+
"pestphp/pest-plugin": true
55+
}
5356
}
5457
}

0 commit comments

Comments
 (0)