Commits on Source (4)
-
Zandor Smith authored172acc56
-
Zandor Smith authoredaf271308
-
semantic-release-bot authored
# 1.0.0 (2022-04-12) ### Bug Fixes * Fix semantic-release package name for composer. ([af271308](af271308)) ### Features * Implement automated release using semantic-release. ([172acc56](172acc56))
4bd5daf8 -
semantic-release-bot authored
# [1.4.0](v1.3.3...v1.4.0) (2022-04-12) ### Bug Fixes * Fix semantic-release package name for composer. ([af271308](af271308)) ### Features * Implement automated release using semantic-release. ([172acc56](172acc56))
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 17 additions, 0 deletions.gitlab-ci.yml
- .releaserc.json 17 additions, 0 deletions.releaserc.json
- CHANGELOG.md 23 additions, 0 deletionsCHANGELOG.md
- composer.json 25 additions, 17 deletionscomposer.json
- package.json 11 additions, 0 deletionspackage.json
- yarn.lock 3687 additions, 0 deletionsyarn.lock
.releaserc.json
0 → 100644
CHANGELOG.md
0 → 100644
{ | ||
"name": "zandor300/apnsframework", | ||
"description": "PHP framework for easy interaction with Apple's Push Notification Service.", | ||
"type": "library", | ||
"keywords": ["APNS", "Framework", "Apple", "iOS", "push", "notification"], | ||
"homepage": "https://git.zsinfo.nl/Zandor300/apnsframework", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=7.1.0", | ||
"ext-json": "*", | ||
"ext-curl": "*", | ||
"firebase/php-jwt": "^5.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"APNSFramework\\": "apnsframework/" | ||
"name": "zandor300/apnsframework", | ||
"version": "1.4.0", | ||
"description": "PHP framework for easy interaction with Apple's Push Notification Service.", | ||
"type": "library", | ||
"keywords": [ | ||
"APNS", | ||
"Framework", | ||
"Apple", | ||
"iOS", | ||
"push", | ||
"notification" | ||
], | ||
"homepage": "https://git.zsinfo.nl/Zandor300/apnsframework", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=7.1.0", | ||
"ext-json": "*", | ||
"ext-curl": "*", | ||
"firebase/php-jwt": "^5.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"APNSFramework\\": "apnsframework/" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
package.json
0 → 100644
{ | ||
"name": "@zandor300/apnsframework", | ||
"private": true, | ||
"dependencies": { | ||
"@iwavesmedia/semantic-release-composer": "1.0.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/gitlab": "9.0.0", | ||
"semantic-release": "19.0.2" | ||
} | ||
} |
yarn.lock
0 → 100644
This diff is collapsed.