Commit Graph

100 Commits

Author SHA1 Message Date
Ismo Vuorinen
70ae10137c chore: tweak triggers in github workflow 2024-12-11 13:07:02 +02:00
Ismo Vuorinen
e9e95871a1 chore: add pull_request to github workflow 2024-12-11 13:04:39 +02:00
Ismo Vuorinen
aec5ec026a Bump php to ^8.0, add tooling, linting, fixes 2024-12-11 12:58:22 +02:00
dependabot[bot]
e12085be2c Bump symfony/http-kernel from 6.0.8 to 6.0.20 (#34)
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 6.0.8 to 6.0.20.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/6.2/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v6.0.8...v6.0.20)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 09:37:07 +02:00
Jani Gyllenberg
261e47bf7f V3.1 testing details 2022-09-07 12:50:18 -04:00
Jani Gyllenberg
311cf155c5 V3.1 branch link 2022-09-07 12:44:50 -04:00
Jani Gyllenberg
f14dc0a5c2 V3.1 details 2022-09-07 12:42:16 -04:00
Victor Gonzalez
9980bc7e9a update to Testbench v7 & composer update v3.0 2022-05-17 07:02:05 -05:00
Jani Gyllenberg
9935cb78cb Merge pull request #32 from nullthoughts/dependabot/composer/league/flysystem-1.1.4
Bump league/flysystem from 1.1.3 to 1.1.4
2021-07-02 12:17:42 -04:00
Jani Gyllenberg
9ade30325c Merge pull request #33 from nullthoughts/github-actions-phpunit
Github Actions: PHPUnit
2021-07-02 12:16:48 -04:00
Ismo Vuorinen
effd3be10f composer update on php 7.4 2021-06-29 14:37:23 +03:00
412a03516b Github Actions: PHPUnit
Added Github Actions runner for PHPUnit tests.
It runs on every push and makes sure all contributions (be it from humans, or bots) pass our existing tests.
2021-06-29 13:49:20 +03:00
dependabot[bot]
730fe0e2ac Bump league/flysystem from 1.1.3 to 1.1.4
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/flysystem/compare/1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 04:05:34 +00:00
Victor Gonzalez
f830c5b264 update to accept php 8 2.1.0 2021-06-23 09:41:47 -04:00
95635719d6 Merge pull request #30 from nullthoughts/dependabot/composer/laravel/framework-7.30.4
Bump laravel/framework from 7.2.0 to 7.30.4
2021-02-02 19:53:59 +02:00
dependabot[bot]
e57f989c68 Bump laravel/framework from 7.2.0 to 7.30.4
Bumps [laravel/framework](https://github.com/laravel/framework) from 7.2.0 to 7.30.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-6.x.md)
- [Commits](https://github.com/laravel/framework/compare/v7.2.0...v7.30.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 17:51:33 +00:00
3a54f48c65 Removed non-existing Feature tests 2021-02-02 19:42:03 +02:00
c0f21612fc Merge pull request #28 from nullthoughts/dependabot/composer/symfony/http-foundation-5.0.7
Bump symfony/http-foundation from 5.0.5 to 5.0.7
2020-04-06 08:59:44 +03:00
dependabot[bot]
8007b2ae88 Bump symfony/http-foundation from 5.0.5 to 5.0.7
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 5.0.5 to 5.0.7.
- [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/v5.0.5...v5.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-30 22:43:51 +00:00
Victor Gonzalez
000f1e3851 Merge pull request #27 from vicgonvt/update_travis_php
Updates the travis CI and bumps PHP version
v2.0.0
2020-03-18 09:52:34 -04:00
Victor Gonzalex
7bcec7872f allow for custom namespacing 2020-03-18 09:50:03 -04:00
Victor Gonzalez
449dafcb89 Merge pull request #26 from vicgonvt/feature_namespace_custom
Allow for custom namespacing
2020-03-18 09:01:02 -04:00
Victor Gonzalex
af513debec allow for custom namespacing 2020-03-18 08:50:45 -04:00
Victor Gonzalez
5759629d34 Merge pull request #25 from vicgonvt/feature_storage_json
Adds the ability to have the json files stored remotely
2020-03-18 08:19:29 -04:00
Victor Gonzalex
0ab4a4f053 change tests name to be unique for remote test 2020-03-18 07:59:34 -04:00
Victor Gonzalex
163be72b86 fixes all tests 2020-03-18 07:57:45 -04:00
Victor Gonzalex
20b07aeea8 fix broken tests 2020-03-18 07:30:40 -04:00
Victor Gonzalex
168923d3da wip getting the Storage driver to work for remote json files 2020-03-17 16:31:17 -04:00
Victor Gonzalez
b177e8de2c Merge pull request #24 from vicgonvt/update_testbench
updates testbench to 5.0 and phpunit 9
2020-03-17 14:37:46 -04:00
Victor Gonzalex
cd3adf1a96 updates testbench to 5.0 and phpunit 9 2020-03-17 14:33:40 -04:00
nullthoughts
8a987b89c5 Update namespace v1.1.1 2020-03-17 14:01:56 -04:00
nullthoughts
552bc8fba8 Update namespace 2020-03-17 13:55:24 -04:00
nullthoughts
7b89add86e Update namespace from distinctm to nullthoughts 2020-03-17 13:51:26 -04:00
Jani Gyllenberg
8c69fe4d27 Merge pull request #22 from nullthoughts/dependabot/composer/symfony/http-foundation-4.4.1
Bump symfony/http-foundation from 4.2.2 to 4.4.1
v1.1.0
2019-12-05 17:13:59 -05:00
dependabot[bot]
a6b0d7aa66 Bump symfony/http-foundation from 4.2.2 to 4.4.1
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.2.2 to 4.4.1.
- [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/v4.2.2...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-03 03:31:39 +00:00
Jani Gyllenberg
6dbf71adbc Merge pull request #19 from nullthoughts/issue-templates
Update issue templates
2019-10-16 10:18:42 -04:00
Jani Gyllenberg
0a462f9193 Merge pull request #21 from nullthoughts/contributing-guide
Contributing guide
2019-10-16 10:17:57 -04:00
Jani Gyllenberg
ec73547e7a Merge pull request #20 from nullthoughts/add-code-of-conduct-1
Contributor Covenant Code of Conduct
2019-10-16 10:16:50 -04:00
f478df70c4 Contributing guide
Parsed together from Laravel [contributions.md](https://raw.githubusercontent.com/laravel/docs/6.x/contributions.md) (MIT) and [readme.md](https://raw.githubusercontent.com/laravel/laravel/master/readme.md) (MIT)

Relates to #15
2019-10-16 10:09:29 +03:00
382c4a152d Contributor Covenant Code of Conduct
Used template provided by GitHub and used @nullthoughts public email address.

Relates to #15
2019-10-16 09:58:44 +03:00
27e8683874 Update issue templates
Bug report template (with added Laravel specific fields) and Feature request template.
2019-10-16 09:55:49 +03:00
Jani Gyllenberg
6f826afe71 Merge pull request #17 from nullthoughts/add-license
Create LICENSE
2019-10-15 13:26:26 -04:00
Jani Gyllenberg
de80308447 Merge pull request #18 from nullthoughts/dev
Fix case-sensitive namespace issues & update Readme
2019-10-15 12:39:03 -04:00
nullthoughts
5f7fa84914 Manually merge PR 16 from @vicgonvt 2019-10-15 12:29:30 -04:00
Jani Gyllenberg
ee3f13ec2b Create LICENSE 2019-10-15 12:24:33 -04:00
nullthoughts
5acf52b9f4 Update case-sensitive namespace for fakes 2019-10-15 12:21:45 -04:00
nullthoughts
6b3ff0ebdf Fix Travis CI link (namespace change) 2019-10-15 12:21:23 -04:00
nullthoughts
862a15b95c Merge fakes & Fakes (case sensitive) 2019-10-15 12:21:01 -04:00
Jani Gyllenberg
325667f1f7 Merge pull request #16 from vicgonvt/master
Great work 👍, Thank you

Even though Travis CI tests are failing in the PR, they are passing in your fork.
2019-10-15 12:01:33 -04:00
Victor Gonzalez
cdd675a862 fix broken tests with removal of str_studly 2019-10-15 11:38:11 -04:00