File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1
1
# phpseclib2_compat
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/phpseclib/phpseclib2_compat.svg?branch=master )] ( https://travis-ci.org/phpseclib/mcrypt_compat )
3
+ [ ![ Build Status] ( https://travis-ci.org/phpseclib/phpseclib2_compat.svg?branch=master )] ( https://travis-ci.org/phpseclib/phpseclib2_compat )
4
4
5
5
phpseclib 2.0 polyfill built with phpseclib 3.0
6
6
7
7
## Installation
8
8
9
- With [ Composer] ( https://getcomposer.org/ ) , you'll first need to add ` minimum-stability ` to your composer.json, thusly :
9
+ With [ Composer] ( https://getcomposer.org/ ) :
10
10
11
11
```
12
- {
13
- "minimum-stability": "dev"
14
- }
15
- ```
16
-
17
- After that doing the following via the CLI will be sufficient:
18
-
19
- ```
20
- composer require phpseclib/phpseclib2_compat:dev-master
21
- ```
22
-
23
- Once 3.0.0 is officially released the ` minimum-stability ` requirement will go away.
12
+ composer require phpseclib/phpseclib2_compat:~1.0
13
+ ```
Original file line number Diff line number Diff line change 16
16
"source" : " https://github.com/phpseclib/phpseclib2_compat"
17
17
},
18
18
"provide" : {
19
- "phpseclib/phpseclib" : " 2.0.23 "
19
+ "phpseclib/phpseclib" : " 2.0.30 "
20
20
},
21
21
"require" : {
22
- "phpseclib/phpseclib" : " 3.0.x-dev "
22
+ "phpseclib/phpseclib" : " ^ 3.0"
23
23
},
24
24
"require-dev" : {
25
25
"phpunit/phpunit" : " ^4.8.35|^5.7|^6.0"
You can’t perform that action at this time.
0 commit comments