mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-25 21:13:04 +07:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
|
var v35 = require('./lib/v35.js');
|
||
|
var sha1 = require('./lib/sha1');
|
||
|
module.exports = v35('v5', 0x50, sha1);
|