Skip to content

Commit

Permalink
move to PSR4 and others
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Aug 26, 2014
1 parent 0ffca4f commit a7ac958
Show file tree
Hide file tree
Showing 132 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ nbproject/
composer.lock

# PhpUnit working configuration file
phpunit.xml
phpunit.xml
10 changes: 10 additions & 0 deletions .gush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
adapter: github
issue_tracker: github
table-pr:
bug_fix: ['Bug Fix?', no]
new_feature: ['New Feature?', no]
bc_breaks: ['BC Breaks?', no]
deprecations: ['Deprecations?', no]
tests_pass: ['Tests Pass?', no]
fixed_tickets: ['Fixed Tickets', '']
license: ['License', MIT]
3 changes: 1 addition & 2 deletions .travis.before.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
set -x
composer self-update
composer install --dev --prefer-source
composer install --prefer-source
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:
- 5.3
- hhvm-nightly

before_script:
install:
- ./.travis.before.sh

matrix:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011 Lisachenko Alexander <[email protected]>
Copyright (c) 2014 Lisachenko Alexander <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ runtime: php
api_version: 1

handlers:
- url: /.*
script: demos/index.php
- url: /.*
script: demos/index.php
2 changes: 1 addition & 1 deletion bin/warmup
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ if (!class_exists('Symfony\Component\Console\Application')) {

$app = new Application('Go! AOP', AspectKernel::VERSION);
$app->add(new WarmupCommand());
$app->run();
$app->run();
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],

"autoload": {
"psr-0": {"Go": "src/"}
"psr-4": {"Go\\": "src/"}
},
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
"dev-master": "0.6-dev"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a7ac958

Please sign in to comment.