edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
368 stars 119 forks source link

Cant install #111

Closed nsmith1024 closed 3 years ago

nsmith1024 commented 3 years ago

Hello, when i try to install it i get these errors, anyone knows how to fix (im new to composer)

$composer require edamov/pushok

Using version ^0.11.2 for edamov/pushok ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, deleting ./composer.json.

edamov commented 3 years ago

@nsmith1024 ext-intl is missing in your system. You need to install it first