Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit a7b1334

Browse files
authored
Merge pull request #6 from hotmeteor/php8
Update dependencies
2 parents 44dc5e7 + 807d4f5 commit a7b1334

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ composer.lock
66
/assets/
77
/phpunit.xml.bak
88
.phpunit.result.cache
9+
.php_cs.cache

composer.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.3|^8.0",
20+
"php": "^8.0",
2121
"ext-json": "*",
22-
"inertiajs/inertia-laravel": "^0.4.1",
23-
"illuminate/support": "^7.0|^8.0",
24-
"statamic/cms": "^3.1"
22+
"inertiajs/inertia-laravel": "^0.6.0",
23+
"illuminate/support": "^8.0|^9.0",
24+
"statamic/cms": "^3.1|^3.2"
2525
},
2626
"require-dev": {
27-
"nunomaduro/collision": "^4.0|^5.1",
28-
"orchestra/testbench": "^5.0|^6.0",
29-
"phpunit/phpunit": "^8.0|^9.0",
27+
"nunomaduro/collision": "^5.1|^6.0",
28+
"orchestra/testbench": "^6.0",
29+
"phpunit/phpunit": "^9.0",
3030
"roave/security-advisories": "dev-latest"
3131
},
3232
"autoload": {
@@ -50,6 +50,9 @@
5050
}
5151
},
5252
"config": {
53-
"sort-packages": true
53+
"sort-packages": true,
54+
"allow-plugins": {
55+
"pixelfear/composer-dist-plugin": true
56+
}
5457
}
5558
}

0 commit comments

Comments
 (0)