Skip to content

Commit ecfb346

Browse files
committed
php ^8.1
1 parent 8fc95bf commit ecfb346

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^8.1",
1414
"illuminate/contracts": "^8.37 || ^9.0",
1515
"ensi/initial-event-propagation": "^0.2"
1616
},
@@ -47,5 +47,10 @@
4747
"cs": "php-cs-fixer fix --config .php-cs-fixer.php",
4848
"test": "./vendor/bin/pest --no-coverage",
4949
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
50+
},
51+
"config": {
52+
"allow-plugins": {
53+
"pestphp/pest-plugin": true
54+
}
5055
}
5156
}

0 commit comments

Comments
 (0)