@@ -1,6 +1,6 @@
{
- "name": "dilab/resumable.php",
- "description": "PHP package for Resumable.js",
+ "name": "omidfarahani/resumablephp",
+ "description": "PHP package for Resumable.js customized to comply with wordpress/fantastic",
"authors": [
"name": "xu ding",
@@ -1,11 +1,12 @@
# PHP backend for resumable.js
+## Customized to comply with wordpress/fantastic
## Installation
To install, use composer:
-``` composer require dilab/resumable.php ```
+``` composer require omidfarahani/resumablephp ```
## How to use