Samauto APNS PHP Composer.json
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
{ | |
"name": "samauto/apns-push-script", | |
"description": "Apple push notifications with PHP", | |
"version": "0.1.0", | |
"type": "library", | |
"keywords": ["sales", "marketing", "automation"], | |
"homepage": "https://samauto.nl", | |
"time": "2020-01-04", | |
"license": "MIT", | |
"authors": [{ | |
"name": "Samauto.nl", | |
"homepage": "https://samauto.nl/", | |
"role": "Lead Developer" | |
}], | |
"require": { | |
"monolog/monolog": "^2.0", | |
"lcobucci/jwt": "^3.3" | |
}, | |
"autoload": { | |
"psr-4": { | |
"Monolog\\": "src/", | |
"Vendor\\Namespace\\": "" | |
}, | |
"psr-0": { | |
"Monolog": "src/", | |
"Vendor\\Namespace": ["src/", "lib/"], | |
"Pear_Style": "src/", | |
"": "src/" | |
}, | |
"classmap": ["src/", "lib/", "Something.php"], | |
"files": ["src/MyLibrary/functions.php"] | |
}, | |
"autoload-dev": { | |
"psr-0": { | |
"MyPackage\\Tests": "test/" | |
} | |
}, | |
"minimum-stability": "stable" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment