Skip to content

Commit adb5c9e

Browse files
committed
update composer
1 parent e3eafac commit adb5c9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "o2system/filesystem",
33
"description": "PHP Filesystem Library",
44
"license": "MIT",
5-
"type": "php-libraries",
5+
"type": "package",
66
"keywords": [
77
"utilities",
88
"php",
@@ -31,11 +31,12 @@
3131
},
3232
"require": {
3333
"php": ">=5.6.0",
34-
"o2system/kernel": "dev-master"
34+
"o2system/kernel": "1.*"
3535
},
3636
"autoload": {
3737
"psr-4": {
3838
"O2System\\Filesystem\\": "src"
3939
}
40-
}
40+
},
41+
"minimum-stability": "dev"
4142
}

0 commit comments

Comments
 (0)