Skip to content

Commit

Permalink
update package and add email validation endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 5, 2021
1 parent c16df2e commit 40c4bdf
Show file tree
Hide file tree
Showing 3 changed files with 1,856 additions and 609 deletions.
2 changes: 2 additions & 0 deletions .env.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ GET|POST /api/v1/bounces/complaint = App\Controllers\BouncesController->compl
GET /api/v1/bounces/stat = App\Controllers\BouncesController->stat
GET /api/v1/bounces/stats = App\Controllers\BouncesController->stats
POST /api/v1/bounces/aws-ses = App\Controllers\BouncesController->awsSes
GET /api/v1/email/valid = App\Controllers\BouncesController->isValidEmail
GET /api/v1/email/valid-inbox = App\Controllers\BouncesController->isValidInbox
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "project",
"license": "MIT",
"require": {
"php": "^7.2",
"bcosca/fatfree": "^3.7.1"
"php": "^7.3",
"bcosca/fatfree": "^3.7.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.3.4",
"mockery/mockery": "^1.2.3"
"friendsofphp/php-cs-fixer": "^2.17.3",
"phpunit/phpunit": "^9.5.0",
"mockery/mockery": "^1.4.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 40c4bdf

Please sign in to comment.