Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new domains #48

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9ea70af
add 1005 new domains.
Mar 2, 2017
7a3da58
add 6 domains
Mar 2, 2017
73f8cb5
add 2 domains
Mar 5, 2017
b6acdb2
domain list update
Oct 22, 2017
271446c
Merge https://github.com/MattKetmo/EmailChecker
Oct 22, 2017
76c85ec
add domains from https://github.com/martenson/disposable-email-domains
Oct 22, 2017
9c56d79
add writeme.xyz
Oct 23, 2017
45496bf
add dimains from https://tempr.email
Oct 23, 2017
cf72f0d
add new domains
Oct 23, 2017
2c2c44b
remove qq.com (not disposable)
Oct 23, 2017
7619adf
add new domains
Oct 23, 2017
e2511e0
remove wrong entry
Oct 23, 2017
fe01ab5
sort list
Oct 23, 2017
74b9ab7
add sqoai.com
Oct 23, 2017
1e92cdb
import domains from https://github.com/ivolo/disposable-email-domains
Oct 23, 2017
e13d19c
domain list update
Dec 10, 2017
4084796
add domains from https://github.com/ornicar/disposable-email-domains
Jan 22, 2018
dfb579b
remove qq.com (not disposable)
Jan 22, 2018
b96dc27
add domains from https://github.com/ivolo/disposable-email-domains
Jan 22, 2018
df0be78
lowercase domains
Jan 22, 2018
012483f
add domains from https://github.com/martenson/disposable-email-domains
Jan 22, 2018
8174cae
delete not disposable emails (based on https://github.com/martenson/d…
Jan 22, 2018
9804170
add anonmail.top
Mar 6, 2018
f7deadf
add govnomail.xyz
Mar 6, 2018
fa46e5b
add 10 domains
Mar 19, 2018
5bf3b33
add domains from https://github.com/ivolo/disposable-email-domains
Mar 19, 2018
e1fd6b1
update domains list
Jul 15, 2018
9d07fd5
add domains from temp-mail.org
Aug 12, 2018
30d4e4e
add domains from temp-mail.org
Sep 27, 2018
a40ba41
add domains from https://github.com/andreis/disposable-email-domains
Oct 24, 2018
9548d40
add domains from https://temp-mail.org
Jan 13, 2019
0062e62
add new domains from https://github.com/ivolo/disposable-email-domain…
Mar 29, 2019
a3a207c
add domains from (https://github.com/andreis/disposable-email-domains)
May 4, 2019
2dbcd4c
add more domains from https://github.com/andreis/disposable-email-dom…
Jul 27, 2019
c669ef9
add more domains from https://github.com/andreis/disposable-email-dom…
Jul 29, 2019
9a434bc
add 'adapter' option in NotThrowawayEmail constraint
Jul 29, 2019
f7c8574
add domains from https://github.com/andreis/disposable-email-domains …
Dec 31, 2019
0d000cf
add 2 new domains
Jan 3, 2020
2a3a191
Update composer.json
Junker Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.4 || ^7.0"
"php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.9",
Expand Down
Loading