Skip to content

Commit d9afe1d

Browse files
committed
changed: increased minimal Elgg version to 3.3
1 parent 19d5487 commit d9afe1d

File tree

4 files changed

+32
-24
lines changed

4 files changed

+32
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Questions for Elgg
22
==================
33

4-
![Elgg 3.0](https://img.shields.io/badge/Elgg-3.0-green.svg)
4+
![Elgg 3.3](https://img.shields.io/badge/Elgg-3.3-green.svg)
55
[![Build Status](https://scrutinizer-ci.com/g/ColdTrick/questions/badges/build.png?b=master)](https://scrutinizer-ci.com/g/ColdTrick/questions/build-status/master)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ColdTrick/questions/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ColdTrick/questions/?branch=master)
77
[![Latest Stable Version](https://poser.pugx.org/coldtrick/questions/v/stable.svg)](https://packagist.org/packages/coldtrick/questions)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"coldtrick/releases": "dev-master"
1717
},
1818
"conflict": {
19-
"elgg/elgg": "<3.0"
19+
"elgg/elgg": "<3.3"
2020
}
21-
}
21+
}

composer.lock

Lines changed: 27 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<category>content</category>
77
<description>Adds ability for users to ask questions to each other and get answers.</description>
88
<website>http://evanwinslow.com/</website>
9-
<copyright>(C) 2011 Evan Winslow, 2015-2018 ColdTrick IT Solutions</copyright>
9+
<copyright>(C) 2011 Evan Winslow, 2015-2020 ColdTrick IT Solutions</copyright>
1010
<license>GNU Public License version 2</license>
1111

1212
<requires>
1313
<type>elgg_release</type>
14-
<version>3.0</version>
14+
<version>3.3</version>
1515
</requires>
1616

1717
<suggests>

0 commit comments

Comments
 (0)