Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
removed the phar file from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 10, 2014
1 parent fd5723e commit 953ddb7
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 739 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
composer.lock
phpunit.xml
vendor

13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: php

php:
- "5.5"
- "5.4"
- "5.3"
- '5.5'
- '5.4'
- '5.3'

before_script:
- composer install -n --dev
- composer install -n

script:
- phpunit
- phpunit
95 changes: 0 additions & 95 deletions Goutte/Compiler.php

This file was deleted.

14 changes: 14 additions & 0 deletions Goutte/Resources/phar-stub.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/*
* This file is part of the Goutte utility.
*
* (c) Fabien Potencier <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

require_once 'phar://'.__FILE__.'/vendor/autoload.php';

__HALT_COMPILER();
21 changes: 21 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"output": "goutte.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"extract": false,
"files": [
"LICENSE",
"Goutte/Client.php"
],
"finder": [
{
"name": ["*.php", "*.pem*"],
"exclude": ["Tests", "tests"],
"in": "vendor"
}
],
"stub": "Goutte/Resources/phar-stub.php",
"web": false
}
9 changes: 0 additions & 9 deletions compile

This file was deleted.

Loading

0 comments on commit 953ddb7

Please sign in to comment.