forked from jphp-group/jphp-animatefx-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.php.yml
More file actions
45 lines (39 loc) · 773 Bytes
/
package.php.yml
File metadata and controls
45 lines (39 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: jphp-animatefx-ext
version: 1.0.2
deps:
jphp-runtime: '*'
jphp-gui-ext: '*'
devDeps:
jphp-core: '*'
dn-bundle-plugin: '*'
config:
ignore:
- /sandbox/**
- /.idea/**
- /*.iml
- /.git/**
- /package.hub.yml
- /bundle/**
- /src-bundle/**
- /build
- /out/**
- /examples/**
- /screenshots/**
- /dn-sources/**
- /.gitignore
- /settings.gradle
gradle:
deps:
- "io.github.typhon0:AnimateFX:1.2.0"
plugins:
- Gradle
- Hub
- Doc
develnext-bundle:
version: 1.0.0
name: "AnimateFX"
author: "broelik"
icon: "develnext/bundle/animatefx/icon32.png"
description: "Пакет добавляет анимации для GUI компонентов"
group: "other"
class: "develnext\\bundle\\animatefx\\AnimateFXBundle"