Skip to content

Commit a448b7d

Browse files
chore: Fix license
1 parent b01efe1 commit a448b7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# smallpics-php
22

3-
A PHP client library for generating URLs with SmallPics.io. This package provides a simple way to build URLs with SmallPics.io processing options.
3+
A PHP client library for generating URLs with [SmallPics](https://www.smallpics.io). This package provides a simple way to build URLs with SmallPics processing options.
44

55
## Installation
66

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smallpics/smallpics-php",
3-
"description": "A PHP client library for generating URLs with SmallPics.io",
3+
"description": "A PHP client library for generating URLs with SmallPics",
44
"type": "library",
55
"version": "0.1.0",
66
"keywords": [
@@ -10,12 +10,12 @@
1010
"images",
1111
"processing"
1212
],
13-
"license": "proprietary",
13+
"license": "MIT",
1414
"support": {
1515
"email": "[email protected]",
1616
"issues": "https://github.com/smallpics/smallpics-php/issues?state=open",
1717
"source": "https://github.com/smallpics/smallpics-php",
18-
"docs": "https://github.com/smallpics/smallpics-php/blob/develop/README.md"
18+
"docs": "https://github.com/smallpics/smallpics-php/blob/main/README.md"
1919
},
2020
"require": {
2121
"php": ">=8.2.0"

0 commit comments

Comments
 (0)