Skip to content

Commit 5602e2d

Browse files
authored
Update composer.json
1 parent e5f0e7a commit 5602e2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"license": "MIT",
44
"autoload": {
55
"psr-4": {
6-
"Bermuda\\": "src/"
6+
"Bermuda\\Stdlib\\": "src/"
77
}
88
},
99
"require": {
10-
"php": "^8.0",
11-
"bermudaphp/arrayable": "^v1.0"
10+
"php": "^8.0|^8.1",
11+
"bermudaphp/arrayable": "^v2.0"
1212
}
1313
}

0 commit comments

Comments
 (0)