-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broker implemented, still no real client
- Loading branch information
0 parents
commit 6031a13
Showing
14 changed files
with
6,133 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
vendor | ||
.idea | ||
.phpunit.result.cache | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "dymantic/multilingual-posts-cloudinary", | ||
"description": "Cloudinary media broker for dymantic/multilingual-posts", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Michael Joyner", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "stable", | ||
"require": { | ||
"cloudinary/cloudinary_php": "^1.16" | ||
}, | ||
"require-dev": { | ||
"orchestra/testbench": "^4.4", | ||
"phpunit/phpunit": "^8.5", | ||
"dymantic/multilingual-posts": "^0.7.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Dymantic\\MultilingualPostsCloudinary\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Dymantic\\MultilingualPostsCloudinary\\Tests\\": "tests" | ||
} | ||
} | ||
} |
Oops, something went wrong.