Skip to content

Commit 39f8c2c

Browse files
Merge pull request #2 from bluzphp/develop
Switch to PHP 8.1
2 parents 4f44d8c + 23e1169 commit 39f8c2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
.idea
3+
vendor
4+
composer.lock
5+
composer.phar
6+
.phpunit.result.cache

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Container package",
44
"type": "library",
55
"require": {
6-
"php": ">=8.0"
6+
"php": ">=8.1"
77
},
88
"require-dev": {
99
"phpunit/phpunit": "~9.5",
@@ -21,6 +21,9 @@
2121
"Bluz\\Tests\\": "tests/"
2222
}
2323
},
24+
"scripts": {
25+
"test": "vendor/bin/phpunit"
26+
},
2427
"authors": [
2528
{
2629
"name": "Bluz Framework Contributors",

0 commit comments

Comments
 (0)