forked from RyanNielson/shareable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 850 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "potelo/shareable",
"description": "A Laravel 4 package to make it easy to add social sharing buttons to your application.",
"keywords": ["laravel", "social", "share", "facebook", "google plus", "twitter"],
"homepage": "https://github.com/RyanNielson/shareable",
"license": "MIT",
"authors": [
{
"name": "Ryan Nielson",
"email": "ryan.nielson@gmail.com",
"homepage": "http://nielson.io"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": {
"RyanNielson\\Shareable\\": "src/RyanNielson/Shareable/"
}
},
"minimum-stability": "stable"
}