Updated readme
This commit is contained in:
parent
112de0367a
commit
8ee7e3b61c
4 changed files with 351 additions and 258 deletions
|
@ -131,7 +131,7 @@ Here are a few reasons I can think of:
|
||||||
* Open-source application code
|
* Open-source application code
|
||||||
* No limitation on the number of aliases that can be created
|
* No limitation on the number of aliases that can be created
|
||||||
* Generous monthly bandwidth
|
* Generous monthly bandwidth
|
||||||
* Multiple domains to choose for aliases (currently anonaddy.com, anonaddy.me and another 2 for paid plan users)
|
* Multiple domains to choose for aliases (currently anonaddy.com, anonaddy.me and another 3 for paid plan users)
|
||||||
* Ability to generate UUID and random word aliases at shared domains
|
* Ability to generate UUID and random word aliases at shared domains
|
||||||
* Ability to add additional usernames to compartmentalise aliases
|
* Ability to add additional usernames to compartmentalise aliases
|
||||||
* New features added regularly
|
* New features added regularly
|
||||||
|
|
49
composer.lock
generated
49
composer.lock
generated
|
@ -1396,16 +1396,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fruitcake/laravel-cors",
|
"name": "fruitcake/laravel-cors",
|
||||||
"version": "v2.0.3",
|
"version": "v2.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fruitcake/laravel-cors.git",
|
"url": "https://github.com/fruitcake/laravel-cors.git",
|
||||||
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
|
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
|
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
|
||||||
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
|
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1418,8 +1418,8 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/framework": "^6|^7|^8",
|
"laravel/framework": "^6|^7|^8",
|
||||||
"orchestra/testbench-dusk": "^4|^5|^6",
|
"orchestra/testbench-dusk": "^4|^5|^6|^7",
|
||||||
"phpunit/phpunit": "^6|^7|^8",
|
"phpunit/phpunit": "^6|^7|^8|^9",
|
||||||
"squizlabs/php_codesniffer": "^3.5"
|
"squizlabs/php_codesniffer": "^3.5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
@ -1461,7 +1461,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/fruitcake/laravel-cors/issues",
|
"issues": "https://github.com/fruitcake/laravel-cors/issues",
|
||||||
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.3"
|
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1469,7 +1469,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-10-22T13:57:20+00:00"
|
"time": "2021-04-26T11:24:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "graham-campbell/result-type",
|
"name": "graham-campbell/result-type",
|
||||||
|
@ -1846,16 +1846,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v8.38.0",
|
"version": "v8.40.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "26a73532c54d2c090692bf2e3e64e449669053ba"
|
"reference": "a654897ad7f97aea9d7ef292803939798c4a02a4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/26a73532c54d2c090692bf2e3e64e449669053ba",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/a654897ad7f97aea9d7ef292803939798c4a02a4",
|
||||||
"reference": "26a73532c54d2c090692bf2e3e64e449669053ba",
|
"reference": "a654897ad7f97aea9d7ef292803939798c4a02a4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2010,7 +2010,7 @@
|
||||||
"issues": "https://github.com/laravel/framework/issues",
|
"issues": "https://github.com/laravel/framework/issues",
|
||||||
"source": "https://github.com/laravel/framework"
|
"source": "https://github.com/laravel/framework"
|
||||||
},
|
},
|
||||||
"time": "2021-04-20T13:50:21+00:00"
|
"time": "2021-04-28T14:38:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
|
@ -2159,16 +2159,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/ui",
|
"name": "laravel/ui",
|
||||||
"version": "v3.2.0",
|
"version": "v3.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/ui.git",
|
"url": "https://github.com/laravel/ui.git",
|
||||||
"reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351"
|
"reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/ui/zipball/a1f82c6283c8373ea1958b8a27c3d5c98cade351",
|
"url": "https://api.github.com/repos/laravel/ui/zipball/e2478cd0342a92ec1c8c77422553bda8ee004fd0",
|
||||||
"reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351",
|
"reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -2210,10 +2210,9 @@
|
||||||
"ui"
|
"ui"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/laravel/ui/issues",
|
"source": "https://github.com/laravel/ui/tree/v3.2.1"
|
||||||
"source": "https://github.com/laravel/ui/tree/v3.2.0"
|
|
||||||
},
|
},
|
||||||
"time": "2021-01-06T19:20:22+00:00"
|
"time": "2021-04-27T18:17:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/clock",
|
"name": "lcobucci/clock",
|
||||||
|
@ -9249,16 +9248,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "facade/ignition",
|
"name": "facade/ignition",
|
||||||
"version": "2.8.3",
|
"version": "2.8.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facade/ignition.git",
|
"url": "https://github.com/facade/ignition.git",
|
||||||
"reference": "a8201d51aae83addceaef9344592a3b068b5d64d"
|
"reference": "87fb348dab0ae1a7c206c3e902a5a44ba541742f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/facade/ignition/zipball/a8201d51aae83addceaef9344592a3b068b5d64d",
|
"url": "https://api.github.com/repos/facade/ignition/zipball/87fb348dab0ae1a7c206c3e902a5a44ba541742f",
|
||||||
"reference": "a8201d51aae83addceaef9344592a3b068b5d64d",
|
"reference": "87fb348dab0ae1a7c206c3e902a5a44ba541742f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -9322,7 +9321,7 @@
|
||||||
"issues": "https://github.com/facade/ignition/issues",
|
"issues": "https://github.com/facade/ignition/issues",
|
||||||
"source": "https://github.com/facade/ignition"
|
"source": "https://github.com/facade/ignition"
|
||||||
},
|
},
|
||||||
"time": "2021-04-09T20:45:59+00:00"
|
"time": "2021-04-29T13:55:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "facade/ignition-contracts",
|
"name": "facade/ignition-contracts",
|
||||||
|
|
|
@ -5,9 +5,9 @@ current:
|
||||||
major: 0
|
major: 0
|
||||||
minor: 7
|
minor: 7
|
||||||
patch: 2
|
patch: 2
|
||||||
prerelease: 5-g7798465
|
prerelease: 7-g112de03
|
||||||
buildmetadata: ''
|
buildmetadata: ''
|
||||||
commit: '779846'
|
commit: 112de0
|
||||||
timestamp:
|
timestamp:
|
||||||
year: 2020
|
year: 2020
|
||||||
month: 10
|
month: 10
|
||||||
|
|
554
package-lock.json
generated
554
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue