File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.3.0
5+ -----
6+ * upgrade composer-plugin-api
7+
481.2.8
59-----
610* adopt them for the new process
Original file line number Diff line number Diff line change 1313 ],
1414 "homepage" : " https://github.com/arvodia/grouper/" ,
1515 "require" : {
16- "php" : " >=7.1" ,
17- "composer-plugin-api" : " ^2.0" ,
16+ "composer-plugin-api" : " ^2.3" ,
1817 "matthiasmullie/minify" : " ^1.3"
1918 },
2019 "require-dev" : {
21- "composer/composer" : " ^2.0 "
20+ "composer/composer" : " ^2.3 "
2221 },
2322 "autoload" : {
2423 "psr-4" : {
Original file line number Diff line number Diff line change 2828class Grouper {
2929
3030 const NAME = 'Grouper ' ;
31- const VERSION = '1.2.8 ' ;
31+ const VERSION = '1.3.0 ' ;
3232 const VERSION_NAME = 'started ' ;
3333
3434 private $ json ;
You can’t perform that action at this time.
0 commit comments