-
- Downloads
fix: Updated to support php v8.1 and updated NPM packages
Showing
- .php_cs.dist.php 0 additions, 40 deletions.php_cs.dist.php
- composer.json 5 additions, 11 deletionscomposer.json
- package-lock.json 11823 additions, 2585 deletionspackage-lock.json
- package.json 13 additions, 13 deletionspackage.json
- psalm.xml.dist 0 additions, 16 deletionspsalm.xml.dist
- public/app.js 1 addition, 1 deletionpublic/app.js
- public/app.js.LICENSE.txt 42 additions, 7 deletionspublic/app.js.LICENSE.txt
- public/mix-manifest.json 2 additions, 2 deletionspublic/mix-manifest.json
- resources/js/LaravelCluster.vue 2 additions, 0 deletionsresources/js/LaravelCluster.vue
- resources/js/Pages/Inspector.vue 1 addition, 0 deletionsresources/js/Pages/Inspector.vue
- resources/js/Test.vue 0 additions, 21 deletionsresources/js/Test.vue
.php_cs.dist.php
deleted
100644 → 0
... | ... | @@ -19,19 +19,13 @@ |
], | ||
"require": { | ||
"php": "^7.4|^8.0", | ||
"ext-json": "*", | ||
"illuminate/contracts": "^8.37", | ||
"illuminate/support": "^8.37", | ||
"nesbot/carbon": "^2.49" | ||
"illuminate/contracts": "^8.17|^9.0", | ||
"illuminate/support": "^8.17|^9.", | ||
"nesbot/carbon": "^2.17" | ||
}, | ||
"require-dev": { | ||
"brianium/paratest": "^6.2", | ||
"enlightn/security-checker": "^1.9", | ||
"nunomaduro/collision": "^5.3", | ||
"orchestra/testbench": "^6.15", | ||
"phpunit/phpunit": "^9.3", | ||
"spatie/laravel-ray": "^1.9", | ||
"vimeo/psalm": "^4.4" | ||
"orchestra/testbench": "^6.0|^7.0", | ||
"phpunit/phpunit": "^9.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
This diff is collapsed.
... | ... | @@ -11,22 +11,22 @@ |
}, | ||
"devDependencies": { | ||
"@mdi/js": "^5.9.55", | ||
"@types/node": "^14.17.3", | ||
"@types/webpack-env": "^1.16.0", | ||
"axios": "^0.21.1", | ||
"laravel-mix": "^6.0.19", | ||
"@types/node": "^18.6.1", | ||
"@types/webpack-env": "^1.17.0", | ||
"axios": "^0.27.2", | ||
"laravel-mix": "^6.0.49", | ||
"lodash": "^4.17.21", | ||
"reflect-metadata": "^0.1.13", | ||
"resolve-url-loader": "^4.0.0", | ||
"ts-loader": "^9.2.3", | ||
"typescript": "^4.3.2", | ||
"vue": "^2.6.14", | ||
"resolve-url-loader": "^5.0.0", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.7.4", | ||
"vue": "^2.7.8", | ||
"vue-class-component": "^7.2.6", | ||
"vue-loader": "^15.9.7", | ||
"vue-loader": "^15.0.0", | ||
"vue-property-decorator": "^9.1.2", | ||
"vue-router": "^3.5.2", | ||
"vue-template-compiler": "^2.6.14", | ||
"vuetify": "^2.5.3", | ||
"vuetify-loader": "^1.7.2" | ||
"vue-router": "^3.5.4", | ||
"vue-template-compiler": "^2.7.8", | ||
"vuetify": "^2.6.7", | ||
"vuetify-loader": "^1.9.2" | ||
} | ||
} |
psalm.xml.dist
deleted
100644 → 0
This diff is collapsed.
resources/js/Test.vue
deleted
100644 → 0
Please register or sign in to comment