Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
f74d568b
Commit
f74d568b
authored
Dec 01, 2014
by
Thomas Müller
Browse files
adding new dependency for php version in apps info.xml
parent
40e03ba3
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/app/expected-info.json
View file @
f74d568b
...
...
@@ -15,5 +15,10 @@
},
"rememberlogin"
:
"false"
,
"types"
:
[
"filesystem"
],
"ocsid"
:
"166047"
"ocsid"
:
"166047"
,
"dependencies"
:
{
"php"
:
{
"min-version"
:
5.4
}
}
}
tests/data/app/valid-info.xml
View file @
f74d568b
...
...
@@ -19,4 +19,7 @@
<filesystem/>
</types>
<ocsid>
166047
</ocsid>
<dependencies>
<php><min-version>
5.4
</min-version></php>
</dependencies>
</info>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment