I hereby claim:
- I am naderman on github.
- I am naderman (https://keybase.io/naderman) on keybase.
- I have a public key ASBnce6Txg0ZpZ7IUIs3So0rAMeEmKz2IcU3mcKsJRIlfAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"name": "smichaelsen/composer-test", | |
"require": { | |
"behat/behat": "~2.5", | |
"friendsofphp/php-cs-fixer": "^2.12" | |
}, | |
"repositories": { | |
"behat/behat": { | |
"type": "package", | |
"package": [ |
<?php | |
error_reporting(E_ERROR); | |
@ini_set('display_errors', 'Off'); | |
echo "Unencrypted HTTP "; | |
check('http://packagist.org/packages.json', false); |
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php | |
index a2b27f0..107de9c 100644 | |
--- a/phpBB/language/en/install.php | |
+++ b/phpBB/language/en/install.php | |
@@ -547,7 +547,7 @@ $lang = array_merge($lang, array( | |
<ul style="margin-left: 20px; font-size: 1.1em;"> | |
<li>Go to the <a href="https://www.phpbb.com/downloads/" title="https://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the "Automatic Update Packag | |
<li>Unpack the archive.<br /><br /></li> | |
- <li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br /><br /></li> | |
+ <li>Upload the complete uncompressed "install" and "vendor" folders to your phpBB root directory (where your config.php file is).<br /><br /></li> |
$ /usr/local/bin/hhvm /home/naderman/projects/composer/composer/bin/composer --verbose update | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
- Installing pocket-rent/ext-pgsql (dev-composer 8cc7e82) | |
Cloning 8cc7e82f4a45a9cead94aadcd935e039b3178703 | |
** hphpize complete, now run `cmake . && make` to build | |
-- The C compiler identification is GNU 4.8.1 | |
-- The CXX compiler identification is GNU 4.8.1 | |
-- The ASM compiler identification is GNU |
$ hhvm test.php | |
$ php test.php | |
foo |
<?php | |
require __DIR__.'/../vendor/autoload.php'; | |
use EasyBib\Pipe; | |
use iter\fn; | |
use React\Partial; | |
$leapCounter = new Pipe\Pipe(array( | |
Partial\bind('iter\map', fn\method('format', array('L'))), |
<?php | |
$ch1 = curl_init(); | |
// set URL and other appropriate options | |
curl_setopt($ch1, CURLOPT_URL, "http://localhost/~naderman/sleep.php"); | |
curl_setopt($ch1, CURLOPT_HEADER, 0); | |
curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true); | |
//create the multiple cURL handle | |
$mh = curl_multi_init(); |
--TEST-- | |
Update aliased package to non-aliased version | |
--COMPOSER-- | |
{ | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": [ | |
{ | |
"name": "a/a", "version": "dev-master", |
{ | |
"name": "naderman/sample-meta-package", | |
"version": "1.0.0", | |
"type": "metapackage", | |
"require": { | |
"naderman/package1": "self.version", | |
"naderman/package2": "self.version", | |
"naderman/package3": "2.0.3" | |
} | |
} |