Skip to content

Commit

Permalink
Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
larvacent committed Feb 10, 2022
1 parent 0d161fb commit 99d3e1c
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 505 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"ext-json": "*",
"ext-libxml": "*",
"alibabacloud/sdk": "^1.8",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/bus": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/queue": "^6.0 || ^7.0 || ^8.0 || ^9.0"
"illuminate/support": "^9.0",
"illuminate/bus": "^9.0",
"illuminate/queue": "^9.0"
},
"require-dev": {
"php": "^7.4|^8.0",
"dcat/laravel-admin": "2.*",
"laravel/framework": "^8.54 || ^9.0"
"laravel/framework": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
57 changes: 0 additions & 57 deletions src/Admin/Actions/CdnPushAction.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/Admin/Actions/CdnRefreshAction.php

This file was deleted.

51 changes: 0 additions & 51 deletions src/Admin/Controllers/DnsController.php

This file was deleted.

50 changes: 0 additions & 50 deletions src/Admin/Controllers/DomainController.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/Admin/Forms/CdnPushForm.php

This file was deleted.

57 changes: 0 additions & 57 deletions src/Admin/Forms/CdnRefreshForm.php

This file was deleted.

38 changes: 0 additions & 38 deletions src/Admin/Repositories/Dns.php

This file was deleted.

Loading

0 comments on commit 99d3e1c

Please sign in to comment.