-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.php.yml
More file actions
54 lines (43 loc) · 860 Bytes
/
package.php.yml
File metadata and controls
54 lines (43 loc) · 860 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
46
47
48
49
50
51
52
53
54
name: twig
version: 1.0.3
description: Twig template engine for JPHP
plugins:
- Hub
- Doc
- Gradle
deps:
jphp-runtime: '*'
devDeps:
jphp-core: '*'
tester: '*'
tasks:
build+test:
description: Build and run tests.
depends-on: ['build', 'test']
sources:
- src
hub:
login: d.zayceff@gmail.com
config:
ignore:
- /sandbox/**
- /.idea/**
- /*.iml
- /.git/**
- /examples/**
gradle:
deps:
- io.pebbletemplates:pebble:3.0.2
doc:
url-prefix: https://github.com/jphp-group/twig/blob/master/api-docs/
langs:
en: English
ru: Русский
history:
1.0.3:
- Fix bug of getting value in forin loop.
1.0.2:
- Add able to return raw text from filters and functions.
- Upgrade pebble lib version.
tester:
#jvm-args: ['-agentlib:jdwp=transport=dt_socket,server=n,address=localhost:5005,suspend=y,onuncaught=n']