We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f44d8c + 23e1169 commit 39f8c2cCopy full SHA for 39f8c2c
.gitignore
@@ -0,0 +1,6 @@
1
+.DS_Store
2
+.idea
3
+vendor
4
+composer.lock
5
+composer.phar
6
+.phpunit.result.cache
composer.json
@@ -3,7 +3,7 @@
"description": "Container package",
"type": "library",
"require": {
- "php": ">=8.0"
+ "php": ">=8.1"
7
},
8
"require-dev": {
9
"phpunit/phpunit": "~9.5",
@@ -21,6 +21,9 @@
21
"Bluz\\Tests\\": "tests/"
22
}
23
24
+ "scripts": {
25
+ "test": "vendor/bin/phpunit"
26
+ },
27
"authors": [
28
{
29
"name": "Bluz Framework Contributors",
0 commit comments