Skip to content

Commit 282fa7e

Browse files
committedAug 3, 2019
Added branch alias
1 parent fcbbcdb commit 282fa7e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Alex Yashkin
3+
Copyright (c) 2015-2019 Alex Yashkin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "alexantr/image-resize",
33
"type": "library",
44
"description": "Image resizing library",
5-
"keywords": ["image", "gd", "thumbnail"],
5+
"keywords": ["image", "gd", "imagick", "thumbnail", "resize", "crop"],
66
"license": "MIT",
77
"authors": [
88
{
@@ -13,7 +13,6 @@
1313
],
1414
"require": {
1515
"php": "^5.3 || ^7.0",
16-
"ext-gd": "*",
1716
"ext-fileinfo": "*",
1817
"ext-mbstring": "*",
1918
"ext-exif": "*"
@@ -22,5 +21,10 @@
2221
"psr-4": {
2322
"Alexantr\\ImageResize\\": "src"
2423
}
24+
},
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "v2.0.x-dev"
28+
}
2529
}
2630
}

0 commit comments

Comments
 (0)
Please sign in to comment.