Skip to content

Commit d06932a

Browse files
committed
Releasing 1.0.0
2 parents ddbf8a6 + c68b14f commit d06932a

28 files changed

+2927
-1
lines changed

.buildpath

+219
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
4+
<buildpathentry kind="src" path="src/TgEmail">
5+
<attributes>
6+
<attribute name="composer" value="source"/>
7+
</attributes>
8+
</buildpathentry>
9+
<buildpathentry kind="src" path="vendor/composer">
10+
<attributes>
11+
<attribute name="composer" value="vendor"/>
12+
</attributes>
13+
</buildpathentry>
14+
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src/Doctrine/Instantiator">
15+
<attributes>
16+
<attribute name="composer" value="vendor"/>
17+
</attributes>
18+
</buildpathentry>
19+
<buildpathentry kind="src" path="vendor/myclabs/deep-copy/src/DeepCopy">
20+
<attributes>
21+
<attribute name="composer" value="vendor"/>
22+
</attributes>
23+
</buildpathentry>
24+
<buildpathentry kind="src" path="vendor/nikic/php-parser/lib/PhpParser">
25+
<attributes>
26+
<attribute name="composer" value="vendor"/>
27+
</attributes>
28+
</buildpathentry>
29+
<buildpathentry kind="src" path="vendor/phar-io/manifest/src">
30+
<attributes>
31+
<attribute name="composer" value="vendor"/>
32+
</attributes>
33+
</buildpathentry>
34+
<buildpathentry kind="src" path="vendor/phar-io/version/src">
35+
<attributes>
36+
<attribute name="composer" value="vendor"/>
37+
</attributes>
38+
</buildpathentry>
39+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-common/src">
40+
<attributes>
41+
<attribute name="composer" value="vendor"/>
42+
</attributes>
43+
</buildpathentry>
44+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src">
45+
<attributes>
46+
<attribute name="composer" value="vendor"/>
47+
</attributes>
48+
</buildpathentry>
49+
<buildpathentry kind="src" path="vendor/phpdocumentor/type-resolver/src">
50+
<attributes>
51+
<attribute name="composer" value="vendor"/>
52+
</attributes>
53+
</buildpathentry>
54+
<buildpathentry kind="src" path="vendor/phpmailer/phpmailer/src">
55+
<attributes>
56+
<attribute name="composer" value="vendor"/>
57+
</attributes>
58+
</buildpathentry>
59+
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src/Prophecy">
60+
<attributes>
61+
<attribute name="composer" value="vendor"/>
62+
</attributes>
63+
</buildpathentry>
64+
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src">
65+
<attributes>
66+
<attribute name="composer" value="vendor"/>
67+
</attributes>
68+
</buildpathentry>
69+
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src">
70+
<attributes>
71+
<attribute name="composer" value="vendor"/>
72+
</attributes>
73+
</buildpathentry>
74+
<buildpathentry kind="src" path="vendor/phpunit/php-invoker/src">
75+
<attributes>
76+
<attribute name="composer" value="vendor"/>
77+
</attributes>
78+
</buildpathentry>
79+
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/src">
80+
<attributes>
81+
<attribute name="composer" value="vendor"/>
82+
</attributes>
83+
</buildpathentry>
84+
<buildpathentry kind="src" path="vendor/phpunit/php-timer/src">
85+
<attributes>
86+
<attribute name="composer" value="vendor"/>
87+
</attributes>
88+
</buildpathentry>
89+
<buildpathentry excluding="Framework/Assert/" kind="src" path="vendor/phpunit/phpunit/src">
90+
<attributes>
91+
<attribute name="composer" value="vendor"/>
92+
</attributes>
93+
</buildpathentry>
94+
<buildpathentry kind="src" path="vendor/phpunit/phpunit/src/Framework/Assert">
95+
<attributes>
96+
<attribute name="composer" value="vendor"/>
97+
</attributes>
98+
</buildpathentry>
99+
<buildpathentry kind="src" path="vendor/sebastian/cli-parser/src">
100+
<attributes>
101+
<attribute name="composer" value="vendor"/>
102+
</attributes>
103+
</buildpathentry>
104+
<buildpathentry kind="src" path="vendor/sebastian/code-unit-reverse-lookup/src">
105+
<attributes>
106+
<attribute name="composer" value="vendor"/>
107+
</attributes>
108+
</buildpathentry>
109+
<buildpathentry kind="src" path="vendor/sebastian/code-unit/src">
110+
<attributes>
111+
<attribute name="composer" value="vendor"/>
112+
</attributes>
113+
</buildpathentry>
114+
<buildpathentry kind="src" path="vendor/sebastian/comparator/src">
115+
<attributes>
116+
<attribute name="composer" value="vendor"/>
117+
</attributes>
118+
</buildpathentry>
119+
<buildpathentry kind="src" path="vendor/sebastian/complexity/src">
120+
<attributes>
121+
<attribute name="composer" value="vendor"/>
122+
</attributes>
123+
</buildpathentry>
124+
<buildpathentry kind="src" path="vendor/sebastian/diff/src">
125+
<attributes>
126+
<attribute name="composer" value="vendor"/>
127+
</attributes>
128+
</buildpathentry>
129+
<buildpathentry kind="src" path="vendor/sebastian/environment/src">
130+
<attributes>
131+
<attribute name="composer" value="vendor"/>
132+
</attributes>
133+
</buildpathentry>
134+
<buildpathentry kind="src" path="vendor/sebastian/exporter/src">
135+
<attributes>
136+
<attribute name="composer" value="vendor"/>
137+
</attributes>
138+
</buildpathentry>
139+
<buildpathentry kind="src" path="vendor/sebastian/global-state/src">
140+
<attributes>
141+
<attribute name="composer" value="vendor"/>
142+
</attributes>
143+
</buildpathentry>
144+
<buildpathentry kind="src" path="vendor/sebastian/lines-of-code/src">
145+
<attributes>
146+
<attribute name="composer" value="vendor"/>
147+
</attributes>
148+
</buildpathentry>
149+
<buildpathentry kind="src" path="vendor/sebastian/object-enumerator/src">
150+
<attributes>
151+
<attribute name="composer" value="vendor"/>
152+
</attributes>
153+
</buildpathentry>
154+
<buildpathentry kind="src" path="vendor/sebastian/object-reflector/src">
155+
<attributes>
156+
<attribute name="composer" value="vendor"/>
157+
</attributes>
158+
</buildpathentry>
159+
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src">
160+
<attributes>
161+
<attribute name="composer" value="vendor"/>
162+
</attributes>
163+
</buildpathentry>
164+
<buildpathentry kind="src" path="vendor/sebastian/resource-operations/src">
165+
<attributes>
166+
<attribute name="composer" value="vendor"/>
167+
</attributes>
168+
</buildpathentry>
169+
<buildpathentry kind="src" path="vendor/sebastian/type/src">
170+
<attributes>
171+
<attribute name="composer" value="vendor"/>
172+
</attributes>
173+
</buildpathentry>
174+
<buildpathentry kind="src" path="vendor/sebastian/version/src">
175+
<attributes>
176+
<attribute name="composer" value="vendor"/>
177+
</attributes>
178+
</buildpathentry>
179+
<buildpathentry kind="src" path="vendor/symfony/polyfill-ctype">
180+
<attributes>
181+
<attribute name="composer" value="vendor"/>
182+
</attributes>
183+
</buildpathentry>
184+
<buildpathentry kind="src" path="vendor/symfony/polyfill-mbstring">
185+
<attributes>
186+
<attribute name="composer" value="vendor"/>
187+
</attributes>
188+
</buildpathentry>
189+
<buildpathentry kind="src" path="vendor/technicalguru/database/src/TgDatabase">
190+
<attributes>
191+
<attribute name="composer" value="vendor"/>
192+
</attributes>
193+
</buildpathentry>
194+
<buildpathentry kind="src" path="vendor/technicalguru/i18n/src/TgI18n">
195+
<attributes>
196+
<attribute name="composer" value="vendor"/>
197+
</attributes>
198+
</buildpathentry>
199+
<buildpathentry kind="src" path="vendor/technicalguru/utils/src/TgLog">
200+
<attributes>
201+
<attribute name="composer" value="vendor"/>
202+
</attributes>
203+
</buildpathentry>
204+
<buildpathentry kind="src" path="vendor/technicalguru/utils/src/TgUtils">
205+
<attributes>
206+
<attribute name="composer" value="vendor"/>
207+
</attributes>
208+
</buildpathentry>
209+
<buildpathentry kind="src" path="vendor/theseer/tokenizer/src">
210+
<attributes>
211+
<attribute name="composer" value="vendor"/>
212+
</attributes>
213+
</buildpathentry>
214+
<buildpathentry kind="src" path="vendor/webmozart/assert/src">
215+
<attributes>
216+
<attribute name="composer" value="vendor"/>
217+
</attributes>
218+
</buildpathentry>
219+
</buildpath>

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ composer.phar
44
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
55
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
66
# composer.lock
7+
/composer.lock
8+
/set-local-test-env.sh

.project

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>php-email</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.php.composer.core.builder.buildPathManagementBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.dltk.core.scriptbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>org.eclipse.php.core.PHPNature</nature>
31+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
32+
</natures>
33+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
include_path=0;/php-email/src
3+
org.eclipse.php.composer.corebuildpath.includes.excludes=<buildpathentry kind\="src" path\="vendor"/>\n

.settings/org.eclipse.php.core.prefs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
include_path=0;/php-email/src

.settings/org.eclipse.php.ui.prefs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.php.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="php.component"/>
4+
<fixed facet="php.core.component"/>
5+
<installed facet="php.core.component" version="1"/>
6+
<installed facet="php.composer.component" version="1"/>
7+
<installed facet="php.component" version="7.4"/>
8+
</faceted-project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled=06vendor
2+
eclipse.preferences.version=1

0 commit comments

Comments
 (0)