Commit Graph

55 Commits

Author SHA1 Message Date
528a4f06a3 Update auto-approve.yml 2021-02-18 19:16:54 +02:00
2cd7420fe3 Auto Approve Dependabot 2021-02-18 16:54:57 +02:00
8a9ad3faf7 Merge pull request #3 from superhelio/dependabot/composer/laravel/framework-8.26.1
Bump laravel/framework from 8.23.1 to 8.26.1
2021-02-02 19:36:38 +02:00
dependabot[bot]
c1e58d03a7 Bump laravel/framework from 8.23.1 to 8.26.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.23.1 to 8.26.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.23.1...v8.26.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 16:28:30 +00:00
2d0eeef248 Merge pull request #2 from superhelio/feat/maintenance-2021
Updated requirements
2021-01-21 12:33:36 +02:00
Ismo Vuorinen
c0ba631f42 PSR2 fixes 2021-01-20 14:18:42 +02:00
Ismo Vuorinen
dd33dcbb61 Updated requirements 2021-01-20 11:44:34 +02:00
7985d7c777 Merge pull request #1 from superhelio/dependabot/composer/symfony/http-foundation-3.4.36
Bump symfony/http-foundation from 3.3.10 to 3.4.36
2019-12-10 11:07:10 +02:00
dependabot[bot]
8d14242960 Bump symfony/http-foundation from 3.3.10 to 3.4.36
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.3.10 to 3.4.36.
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-foundation/compare/v3.3.10...v3.4.36)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-04 14:24:47 +00:00
Ismo Vuorinen
310d5979e9 Merge branch 'release/1.2.0' 1.2.0 2017-10-19 10:58:52 +03:00
Ismo Vuorinen
06039cdcfd Changelog 2017-10-19 10:58:37 +03:00
Ismo Vuorinen
fcb274d3d6 Upgrading required PHP version to >=7.0
This bump is because it took really long time to find suitable packages
for PHP 5.6.
2017-10-19 10:40:05 +03:00
Ismo Vuorinen
8bc16492f6 Changed require-dev phpunit version limits to include ^4.0 2017-10-03 08:20:24 +03:00
Ismo Vuorinen
0cb85af737 Merge branch 'release/1.1.2' 1.1.2 2017-09-15 19:24:49 +03:00
Ismo Vuorinen
662acf0b48 Merge branch 'release/1.1.2' into develop 2017-09-15 19:24:49 +03:00
Ismo Vuorinen
37f35eeb26 CHANGELOG 2017-09-15 19:24:17 +03:00
Ismo Vuorinen
8fe5df77fb PHP5.6 composer install takes a long time... 2017-09-15 18:35:46 +03:00
Ismo Vuorinen
6140c7b999 Testing settings for travis-ci build config 2017-09-15 07:20:25 +03:00
Ismo Vuorinen
3d635a04b9 Merge branch 'release/1.1.1' 1.1.1 2017-08-27 19:48:36 +03:00
Ismo Vuorinen
4f51fd8c51 Typo fixes, composer.lock and removal of dead code. Ready for v1.1.1. 2017-08-27 19:48:06 +03:00
Ismo Vuorinen
6eb2e1499c Merge branch 'release/1.1.0'
# Conflicts:
#	CHANGELOG.md
1.1.0
2017-08-27 19:22:57 +03:00
Ismo Vuorinen
cf7d4d37de Release CHANGELOG and few fixes to README 2017-08-27 19:20:53 +03:00
Ismo Vuorinen
8aa4639b04 New Gozer tests, exposed methods for public usage (mainly for testing) 2017-08-27 19:04:42 +03:00
Ismo Vuorinen
3e9d7e8b06 PHP Code Sniffer fixes 2017-02-27 13:32:13 +02:00
Ismo Vuorinen
f14a1d8769 Gozer: Refactoring and tests 2017-02-14 13:47:33 +02:00
Ismo Vuorinen
5fe7412588 Dropping 5.6 from travis for now. Will investigate later. 2017-02-10 11:53:36 +02:00
Ismo Vuorinen
bbd501c2d6 Travis.yml cache settings to speed up our testing 2017-02-10 10:25:46 +02:00
Ismo Vuorinen
0509cbb2fb Typo in autoload-dev class mapping, removed Orchestra\Testbench 2017-02-10 10:12:28 +02:00
Ismo Vuorinen
f146683ae4 Mirroring Orhestra\Testbench travis config 2017-02-10 10:03:17 +02:00
Ismo Vuorinen
5ca3d391ad Another attempt to make travis find our classes 2017-02-10 10:01:29 +02:00
Ismo Vuorinen
8e49c144fd Autoloader addition, Orchestra\Testbench could not be found 2017-02-10 09:55:39 +02:00
Ismo Vuorinen
bb18cdd30f Setup error cleaning 2017-02-10 09:51:42 +02:00
Ismo Vuorinen
ab0a5a8d9d Testing Orchestra/TestBench workflow 2017-02-10 09:48:40 +02:00
Ismo Vuorinen
3d236cb55e Just get to the green already 2017-02-08 14:51:47 +02:00
Ismo Vuorinen
1dc771dfaa Moving from Laravel TestCase to \PHPUnit_Framework_TestCase 2017-02-08 14:49:53 +02:00
Ismo Vuorinen
239f5d718c phpunit.xml 2017-02-08 14:46:37 +02:00
Ismo Vuorinen
03405ded71 Add base tests to get something out 2017-02-08 14:43:20 +02:00
Ismo Vuorinen
0e0c094071 Documentation, fixes and better messages 2017-02-08 14:27:00 +02:00
Ismo Vuorinen
313dfec8d8 New command: superhelio:gozer, the Destroyer 2017-02-08 14:04:52 +02:00
Ismo Vuorinen
8c9e0ff85a Set better description to superhelio:reload 2017-02-08 14:04:13 +02:00
Ismo Vuorinen
4cd5eb29f4 TravisCI config 2017-02-08 10:29:36 +02:00
Ismo Vuorinen
a470911429 Merge branch 'release/1.0.0' into develop 2017-02-08 10:25:02 +02:00
Ismo Vuorinen
2cf81a2d98 Merge branch 'release/1.0.0'
# Conflicts:
#	CHANGELOG.md
2017-02-08 10:24:25 +02:00
Ismo Vuorinen
ee3fefbe63 Changelog 1.0.0 2017-02-08 10:22:02 +02:00
Ismo Vuorinen
be99c75812 Fixed Scrutinizer reported issue 2017-02-08 10:20:33 +02:00
Ismo Vuorinen
671bb0300b Updated changelog 2017-02-07 17:47:29 +02:00
Ismo Vuorinen
20fd92412e New changelog, testing github_changelog_generator out 2017-02-07 17:45:41 +02:00
Ismo Vuorinen
fffc0ff9ca Renamed LICENSE 2017-02-07 17:45:00 +02:00
Ismo Vuorinen
25840e0c5c Merge branch 'release/0.0.1' into develop 2017-02-07 17:24:32 +02:00
Ismo Vuorinen
5132d97534 Merge branch 'release/0.0.1'
# Conflicts:
#	CHANGELOG.md
2017-02-07 17:24:21 +02:00