We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit eb70dc9Copy full SHA for eb70dc9
.gitignore
@@ -0,0 +1 @@
1
+/.idea
composer.json
@@ -0,0 +1,17 @@
+{
2
+ "name": "openmage/dev-meta-package",
3
+ "description": "OpenMage tools that are only needed for development.",
4
+ "license": "OSL-3.0",
5
+ "type": "metapackage",
6
+ "version": "1.0.0",
7
+ "authors": [
8
+ {
9
+ "name": "Sven Reichel",
10
+ "email": "github-sr@hotmail.com"
11
+ }
12
+ ],
13
+ "require": {
14
+ "openmage/dev-translations": "dev-main",
15
+ "openmage/dev-copyright": "dev-main"
16
17
+}
0 commit comments