Skip to content
Snippets Groups Projects
Verified Commit f1ae8bb3 authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

fix: Updated to support php v8.1 and updated NPM packages

parent ebc7ecb9
Branches
Tags v1.2.0
No related merge requests found
Pipeline #3729 passed
<?php
$finder = Symfony\Component\Finder\Finder::create()
->in([
__DIR__ . '/src',
__DIR__ . '/tests',
])
->name('*.php')
->notName('*.blade.php')
->ignoreDotFiles(true)
->ignoreVCS(true);
return (new PhpCsFixer\Config())
->setRules([
'@PSR2' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
'not_operator_with_successor_space' => true,
'trailing_comma_in_multiline' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
'binary_operator_spaces' => true,
'blank_line_before_statement' => [
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
],
'phpdoc_single_line_var_spacing' => true,
'phpdoc_var_without_name' => true,
'class_attributes_separation' => [
'elements' => [
'method' => 'one',
],
],
'method_argument_space' => [
'on_multiline' => 'ensure_fully_multiline',
'keep_multiple_spaces_after_comma' => true,
],
'single_trait_insert_per_statement' => true,
])
->setFinder($finder);
......@@ -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.
<?xml version="1.0"?>
<psalm
errorLevel="4"
findUnusedVariablesAndParams="true"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src"/>
<ignoreFiles>
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
</psalm>
This diff is collapsed.
/*!
* Vue.js v2.6.14
* (c) 2014-2021 Evan You
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/
/*!
* Vue.js v2.7.8
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
......@@ -151,6 +158,8 @@ and limitations under the License.
/*! ../../presets/default */
/*! ../../services/goto */
/*! ../../services/goto/easing-patterns */
/*! ../../styles/components/_selection-controls.sass */
......@@ -603,6 +612,10 @@ and limitations under the License.
/*! ./VNavigationDrawer.sass */
/*! ./VOtpInput */
/*! ./VOtpInput.sass */
/*! ./VOverflowBtn */
/*! ./VOverflowBtn.sass */
......@@ -827,6 +840,8 @@ and limitations under the License.
/*! ./cs */
/*! ./da */
/*! ./de */
/*! ./directives */
......@@ -1001,8 +1016,6 @@ and limitations under the License.
/*! exports provided: BaseItemGroup, default */
/*! exports provided: BaseSlideGroup, default */
/*! exports provided: Breakpoint */
/*! exports provided: CalendarEventOverlapModes */
......@@ -1041,7 +1054,7 @@ and limitations under the License.
/*! exports provided: VAlert, default */
/*! exports provided: VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAlert, VAutocomplete, VAvatar, VBadge, VBanner, VBottomNavigation, VBottomSheet, VBreadcrumbs, VBreadcrumbsItem, VBreadcrumbsDivider, VBtn, VBtnToggle, VCalendar, VCalendarCategory, VCalendarDaily, VCalendarWeekly, VCalendarMonthly, VCard, VCardActions, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCheckbox, VSimpleCheckbox, VChip, VChipGroup, VColorPicker, VColorPickerSwatches, VColorPickerCanvas, VContent, VCombobox, VCounter, VData, VDataIterator, VDataFooter, VDataTable, VEditDialog, VTableOverflow, VDataTableHeader, VSimpleTable, VVirtualTable, VDatePicker, VDatePickerTitle, VDatePickerHeader, VDatePickerDateTable, VDatePickerMonthTable, VDatePickerYears, VDialog, VDivider, VExpansionPanels, VExpansionPanel, VExpansionPanelHeader, VExpansionPanelContent, VFileInput, VFooter, VForm, VContainer, VCol, VRow, VSpacer, VLayout, VFlex, VHover, VIcon, VImg, VInput, VItem, VItemGroup, VLabel, VLazy, VListItemActionText, VListItemContent, VListItemTitle, VListItemSubtitle, VList, VListGroup, VListItem, VListItemAction, VListItemAvatar, VListItemIcon, VListItemGroup, VMain, VMenu, VMessages, VNavigationDrawer, VOverflowBtn, VOverlay, VPagination, VSheet, VParallax, VPicker, VProgressCircular, VProgressLinear, VRadioGroup, VRadio, VRangeSlider, VRating, VResponsive, VSelect, VSkeletonLoader, VSlider, VSlideGroup, VSlideItem, VSnackbar, VSparkline, VSpeedDial, VStepper, VStepperContent, VStepperStep, VStepperHeader, VStepperItems, VSubheader, VSwitch, VSystemBar, VTabs, VTab, VTabItem, VTabsItems, VTabsSlider, VTextarea, VTextField, VThemeProvider, VTimeline, VTimelineItem, VTimePicker, VTimePickerClock, VTimePickerTitle, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VTreeview, VTreeviewNode, VVirtualScroll, VWindow, VWindowItem, VCarouselTransition, VCarouselReverseTransition, VTabTransition, VTabReverseTransition, VMenuTransition, VFabTransition, VDialogTransition, VDialogBottomTransition, VDialogTopTransition, VFadeTransition, VScaleTransition, VScrollXTransition, VScrollXReverseTransition, VScrollYTransition, VScrollYReverseTransition, VSlideXTransition, VSlideXReverseTransition, VSlideYTransition, VSlideYReverseTransition, VExpandTransition, VExpandXTransition */
/*! exports provided: VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAlert, VAutocomplete, VAvatar, VBadge, VBanner, VBottomNavigation, VBottomSheet, VBreadcrumbs, VBreadcrumbsItem, VBreadcrumbsDivider, VBtn, VBtnToggle, VCalendar, VCalendarCategory, VCalendarDaily, VCalendarWeekly, VCalendarMonthly, VCard, VCardActions, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCheckbox, VSimpleCheckbox, VChip, VChipGroup, VColorPicker, VColorPickerSwatches, VColorPickerCanvas, VContent, VCombobox, VCounter, VData, VDataIterator, VDataFooter, VDataTable, VEditDialog, VTableOverflow, VDataTableHeader, VSimpleTable, VVirtualTable, VDatePicker, VDatePickerTitle, VDatePickerHeader, VDatePickerDateTable, VDatePickerMonthTable, VDatePickerYears, VDialog, VDivider, VExpansionPanels, VExpansionPanel, VExpansionPanelHeader, VExpansionPanelContent, VFileInput, VFooter, VForm, VContainer, VCol, VRow, VSpacer, VLayout, VFlex, VHover, VIcon, VImg, VInput, VItem, VItemGroup, VLabel, VLazy, VListItemActionText, VListItemContent, VListItemTitle, VListItemSubtitle, VList, VListGroup, VListItem, VListItemAction, VListItemAvatar, VListItemIcon, VListItemGroup, VMain, VMenu, VMessages, VNavigationDrawer, VOtpInput, VOverflowBtn, VOverlay, VPagination, VSheet, VParallax, VPicker, VProgressCircular, VProgressLinear, VRadioGroup, VRadio, VRangeSlider, VRating, VResponsive, VSelect, VSkeletonLoader, VSlider, VSlideGroup, VSlideItem, VSnackbar, VSparkline, VSpeedDial, VStepper, VStepperContent, VStepperStep, VStepperHeader, VStepperItems, VSubheader, VSwitch, VSystemBar, VTabs, VTab, VTabItem, VTabsItems, VTabsSlider, VTextarea, VTextField, VThemeProvider, VTimeline, VTimelineItem, VTimePicker, VTimePickerClock, VTimePickerTitle, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VTreeview, VTreeviewNode, VVirtualScroll, VWindow, VWindowItem, VCarouselTransition, VCarouselReverseTransition, VTabTransition, VTabReverseTransition, VMenuTransition, VFabTransition, VDialogTransition, VDialogBottomTransition, VDialogTopTransition, VFadeTransition, VScaleTransition, VScrollXTransition, VScrollXReverseTransition, VScrollYTransition, VScrollYReverseTransition, VSlideXTransition, VSlideXReverseTransition, VSlideYTransition, VSlideYReverseTransition, VExpandTransition, VExpandXTransition */
/*! exports provided: VApp, default */
......@@ -1133,6 +1146,8 @@ and limitations under the License.
/*! exports provided: VNavigationDrawer, default */
/*! exports provided: VOtpInput, default */
/*! exports provided: VOverflowBtn, default */
/*! exports provided: VOverlay, default */
......@@ -1203,10 +1218,12 @@ and limitations under the License.
/*! exports provided: VWindow, VWindowItem, default */
/*! exports provided: af, ar, bg, ca, ckb, cs, de, el, en, es, et, fa, fi, fr, hr, hu, he, id, it, ja, ko, lv, lt, nl, no, pl, pt, ro, ru, sk, sl, srCyrl, srLatn, sv, th, tr, az, uk, vi, zhHans, zhHant */
/*! exports provided: af, ar, bg, ca, ckb, cs, da, de, el, en, es, et, fa, fi, fr, hr, hu, he, id, it, ja, ko, lv, lt, nl, no, pl, pt, ro, ru, sk, sl, srCyrl, srLatn, sv, th, tr, az, uk, vi, zhHans, zhHant */
/*! exports provided: attachedRoot */
/*! exports provided: calculateUpdatedOffset, calculateCenteredOffset, BaseSlideGroup, default */
/*! exports provided: checkCollinear, getDistance, moveTo */
/*! exports provided: column */
......@@ -1219,7 +1236,7 @@ and limitations under the License.
/*! exports provided: createItemTypeNativeListeners, createItemTypeListeners */
/*! exports provided: createSimpleFunctional, directiveConfig, addOnceEventListener, passiveSupported, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, keyCodes, remapInternalIcon, keys, camelize, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray */
/*! exports provided: createSimpleFunctional, directiveConfig, addOnceEventListener, passiveSupported, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, keyCodes, remapInternalIcon, keys, camelize, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, composedPath */
/*! exports provided: createSimpleTransition, createJavascriptTransition */
......@@ -1275,6 +1292,8 @@ and limitations under the License.
/*! exports provided: weekNumber, isLeapYear */
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*! no static exports found */
/*! vue */
......@@ -1319,6 +1338,10 @@ and limitations under the License.
!*** ./src/locale/cs.ts ***!
\**************************/
/*!**************************!*\
!*** ./src/locale/da.ts ***!
\**************************/
/*!**************************!*\
!*** ./src/locale/de.ts ***!
\**************************/
......@@ -2099,6 +2122,10 @@ and limitations under the License.
!*** ./src/components/VMessages/index.ts ***!
\*******************************************/
/*!*******************************************!*\
!*** ./src/components/VOtpInput/index.ts ***!
\*******************************************/
/*!*******************************************!*\
!*** ./src/components/VParallax/index.ts ***!
\*******************************************/
......@@ -2439,6 +2466,10 @@ and limitations under the License.
!*** ./src/components/VMessages/VMessages.ts ***!
\***********************************************/
/*!***********************************************!*\
!*** ./src/components/VOtpInput/VOtpInput.ts ***!
\***********************************************/
/*!***********************************************!*\
!*** ./src/components/VOverlay/VOverlay.sass ***!
\***********************************************/
......@@ -2583,6 +2614,10 @@ and limitations under the License.
!*** ./src/components/VMessages/VMessages.sass ***!
\*************************************************/
/*!*************************************************!*\
!*** ./src/components/VOtpInput/VOtpInput.sass ***!
\*************************************************/
/*!*************************************************!*\
!*** ./src/components/VParallax/VParallax.sass ***!
\*************************************************/
......
{
"/app.js": "/app.js?id=8f99fc06af8361d2586a",
"/img/favicon.ico": "/img/favicon.ico?id=ddf9962d2b7fa394e573"
"/app.js": "/app.js?id=4724472fc12578de373191e603680443",
"/img/favicon.ico": "/img/favicon.ico?id=ddf9962d2b7fa394e573304df800cad6"
}
......@@ -165,3 +165,5 @@ export default class LaravelCluster extends Vue {
}
}
</script>
<style lang="css"></style>
......@@ -56,6 +56,7 @@ export default class Inspector extends Vue {
}
}
</script>
<style scoped>
.formatted-output {
white-space: pre-line;
......
<template>
<div>
test
</div>
</template>
<script lang="ts">
import 'reflect-metadata'
import {Component, Vue} from "vue-property-decorator";
@Component
export default class Test extends Vue {
mounted() {
console.log('test')
}
}
</script>
<style lang="scss" scoped>
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment