We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b666e commit 3d4d6f8Copy full SHA for 3d4d6f8
composer.json
@@ -1,11 +1,14 @@
1
{
2
- "name": "hope/file-sync",
+ "name": "hope/dir-sync",
3
+ "version": "1.0.0",
4
"license": "MIT",
- "description": "Library fo File Synchronization",
5
- "keywords": [
6
- "synchronization",
7
- "hopechannel",
8
- "hopeua"
+ "description": "Script fo directory synchronization",
+ "authors": [
+ {
+ "name": "Sergey Sadovoi",
9
+ "email": "[email protected]",
10
+ "role": "Developer"
11
+ }
12
],
13
"autoload": {
14
"psr-4": { "AppBundle\\": "src/AppBundle" },
0 commit comments