Skip to content

Commit 400d632

Browse files
committed
Dropped unstable stuff
1 parent d1c39b4 commit 400d632

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codecollab/encryption",
33
"description": "Encryption package of the CodeCollab project",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "library",
66
"keywords": ["codecollab", "rijndael", "encryption", "security"],
77
"homepage": "https://github.com/CodeCollab/Encryption",
@@ -15,12 +15,11 @@
1515
"autoload": {
1616
"psr-4": {"CodeCollab\\Encryption\\": "src/"}
1717
},
18-
"minimum-stability": "dev",
1918
"require": {
20-
"php": ">=7.0-dev",
19+
"php": "7.0.*",
2120
"defuse/php-encryption": "1.2.*"
2221
},
2322
"require-dev": {
24-
"phpunit/phpunit": "^5"
23+
"phpunit/phpunit": "5.1.*"
2524
}
2625
}

0 commit comments

Comments
 (0)