forked from SymfonyCasts/symfony-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsee-more-install-twig-string-extra.diff
118 lines (118 loc) · 3.79 KB
/
see-more-install-twig-string-extra.diff
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
diff --git a/composer.json b/composer.json
index 332e5dd..74f2b73 100644
--- a/composer.json
+++ b/composer.json
@@ -33,6 +33,7 @@
"symfony/yaml": "5.3.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "^3.2",
+ "twig/string-extra": "^3.3",
"twig/twig": "^2.12|^3.0"
},
"config": {
diff --git a/composer.lock b/composer.lock
index 0f3a8c8..b541f5f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "f1b088e7f4acc5eecb0cbf36351f78f0",
+ "content-hash": "b082b767482dcc16cd072dd6a004eb2c",
"packages": [
{
"name": "composer/package-versions-deprecated",
@@ -6400,6 +6400,78 @@
],
"time": "2021-01-01T14:58:18+00:00"
},
+ {
+ "name": "twig/string-extra",
+ "version": "v3.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/twigphp/string-extra.git",
+ "reference": "b98a7cee2a44cf69c88a978834394bd17b694957"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/twigphp/string-extra/zipball/b98a7cee2a44cf69c88a978834394bd17b694957",
+ "reference": "b98a7cee2a44cf69c88a978834394bd17b694957",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/string": "^5.0",
+ "symfony/translation-contracts": "^1.1|^2",
+ "twig/twig": "^2.4|^3.0"
+ },
+ "require-dev": {
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Twig\\Extra\\String\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "[email protected]",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "A Twig extension for Symfony String",
+ "homepage": "https://twig.symfony.com",
+ "keywords": [
+ "html",
+ "string",
+ "twig",
+ "unicode"
+ ],
+ "support": {
+ "source": "https://github.com/twigphp/string-extra/tree/v3.3.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-05-12T07:45:40+00:00"
+ },
{
"name": "twig/twig",
"version": "v3.3.2",
diff --git a/symfony.lock b/symfony.lock
index 7ab4df0..2ef2ae4 100644
--- a/symfony.lock
+++ b/symfony.lock
@@ -462,6 +462,9 @@
"twig/intl-extra": {
"version": "v3.2.1"
},
+ "twig/string-extra": {
+ "version": "v3.3.1"
+ },
"twig/twig": {
"version": "v3.2.1"
},