Skip to content

Commit 97d7c3a

Browse files
committed
upgrade composer-plugin-api
1 parent 9470de8 commit 97d7c3a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
1.3.0
5+
-----
6+
* upgrade composer-plugin-api
7+
48
1.2.8
59
-----
610
* adopt them for the new process

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
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": {

src/Grouper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class 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;

0 commit comments

Comments
 (0)