We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6318c87 + 257d1ce commit 0c1dce6Copy full SHA for 0c1dce6
2 files changed
composer.json
@@ -44,7 +44,7 @@
44
"extra": {
45
"display-name": "Google Analytics",
46
"soft-require": {
47
- "phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev"
+ "phpbb/phpbb": ">=3.1.0,<3.2.*@dev"
48
},
49
"version-check": {
50
"host": "www.phpbb.com",
migrations/v10x/m1_initial_data.php
@@ -15,6 +15,18 @@
15
*/
16
class m1_initial_data extends \phpbb\db\migration\migration
17
{
18
+ /**
19
+ * Assign migration file dependencies for this migration
20
+ *
21
+ * @return array Array of migration files
22
+ * @static
23
+ * @access public
24
+ */
25
+ static public function depends_on()
26
+ {
27
+ return array('\phpbb\db\migration\data\v310\gold');
28
+ }
29
+
30
/**
31
* Add Google Analytics data to the database.
32
*
0 commit comments