File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Pushok
22
3- [ ![ PHP >= 8.1 ] ( https://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg?style=flat-square )] ( https://php.net/ )
3+ [ ![ PHP >= 8.2 ] ( https://img.shields.io/badge/php-%3E%3D%208.2 -8892BF.svg?style=flat-square )] ( https://php.net/ )
44[ ![ Build Status] [ ico-travis ]] [ link-travis ]
55[ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
66[ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
@@ -24,7 +24,7 @@ Pushok is a simple PHP library for sending push notifications to APNs.
2424
2525## Requirements
2626
27- * PHP >= 8.1
27+ * PHP >= 8.2
2828* lib-curl >= 7.46.0 (with http/2 support enabled)
2929* lib-openssl >= 1.0.2e
3030
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.1 " ,
22+ "php" : " ^8.2 " ,
2323 "ext-curl" : " *" ,
2424 "ext-json" : " *" ,
2525 "ext-openssl" : " *" ,
2626 "lib-curl" : " >=7.46.0" ,
2727 "lib-openssl" : " >=1.0.2.5" ,
28- "web-token/jwt-library" : " ^3 .0"
28+ "web-token/jwt-library" : " ^4 .0"
2929 },
3030 "require-dev" : {
3131 "php-coveralls/php-coveralls" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments