Skip to content

Commit eed8713

Browse files
authored
Merge pull request #36 from wayofdev/feat/updates
feat: changing repository name
2 parents 5b2566d + 8a4ce5b commit eed8713

File tree

6 files changed

+427
-357
lines changed

6 files changed

+427
-357
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: ["ubuntu-22.04"]
20-
php: ["8.1", "8.2"]
20+
php: ["8.2"]
2121
steps:
2222
- name: 📦 Check out the codebase
2323
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
### Features
118118

119-
* update actions ([3e20d21](https://github.com/wayofdev/laravel-cycle-event-sourcing/commit/3e20d2158572c248f29e338adfb136331b4c2d55))
119+
* update actions ([3e20d21](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/3e20d2158572c248f29e338adfb136331b4c2d55))
120120

121121
## [1.1.36](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.35...v1.1.36) (2023-05-24)
122122

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ help:
4343
@echo
4444
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
4545
@echo
46-
@echo ' 📦 Package laravel-cycle-event-sourcing (github.com/wayofdev/laravel-cycle-event-sourcing)'
46+
@echo ' 📦 Package laravel-cycle-event-sourcing (github.com/wayofdev/laravel-cycle-orm-event-sourcing)'
4747
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
4848
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
4949
.PHONY: help

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<br>
22

33
<div align="center">
4-
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
5-
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only">
4+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
5+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only">
66
</div>
77

88

@@ -11,11 +11,11 @@
1111
<br>
1212

1313
<div align="center">
14-
<a href="https://github.com/wayofdev/laravel-package-tpl/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-package-tpl%2Fbadge&style=flat-square"/></a>
15-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-package-tpl?&style=flat-square" alt="Total Downloads"></a>
16-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-package-tpl?&style=flat-square" alt="Latest Stable Version"></a>
17-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-package-tpl?style=flat-square&color=blue" alt="Software License"/></a>
18-
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-package-tpl/latest?style=flat-square"></a>
14+
<a href="https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-cycle-orm-event-sourcing%2Fbadge&style=flat-square"/></a>
15+
<a href="https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-cycle-orm-event-sourcing?&style=flat-square" alt="Total Downloads"></a>
16+
<a href="https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-cycle-orm-event-sourcing?&style=flat-square" alt="Latest Stable Version"></a>
17+
<a href="https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-cycle-orm-event-sourcing?style=flat-square&color=blue" alt="Software License"/></a>
18+
<a href="https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-cycle-orm-event-sourcing/latest?style=flat-square"></a>
1919
</div>
2020

2121
<br>
@@ -35,7 +35,7 @@ If you **like/use** this package, please consider **starring** it. Thanks!
3535
Require as dependency:
3636

3737
```bash
38-
$ composer req wayofdev/laravel-package-tpl
38+
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
3939
```
4040

4141
<br>
@@ -70,7 +70,7 @@ $ make cs-fix
7070

7171
## 🤝 License
7272

73-
[![Licence](https://img.shields.io/github/license/wayofdev/laravel-package-tpl?style=for-the-badge&color=blue)](./LICENSE)
73+
[![Licence](https://img.shields.io/github/license/wayofdev/laravel-cycle-orm-event-sourcing?style=for-the-badge&color=blue)](./LICENSE)
7474

7575
<br>
7676

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wayofdev/cycle-event-sourcing",
2+
"name": "wayofdev/laravel-cycle-orm-event-sourcing",
33
"description": "Package that provides Cycle ORM integration with EventSauce in Laravel.",
44
"type": "library",
55
"license": "MIT",
@@ -15,26 +15,25 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1",
18+
"php": "^8.2",
1919
"ext-decimal": "*",
2020
"ext-json": "*",
2121
"beberlei/assert": "^3.3",
2222
"eventsauce/eventsauce": "^3.4",
23-
"illuminate/contracts": "^10.12",
24-
"nunomaduro/collision": "^7.4"
23+
"illuminate/contracts": "^10.13"
2524
},
2625
"require-dev": {
2726
"ergebnis/composer-normalize": "^2.31",
2827
"nunomaduro/larastan": "^2.6",
29-
"orchestra/testbench": "^8.3",
30-
"pestphp/pest": "^2.4",
28+
"orchestra/testbench": "^8.5",
29+
"pestphp/pest": "^2.6",
3130
"pestphp/pest-plugin-laravel": "^2.0",
3231
"phpstan/extension-installer": "^1.3",
3332
"phpstan/phpstan": "^1.10",
3433
"phpstan/phpstan-deprecation-rules": "^1.1",
3534
"phpstan/phpstan-phpunit": "^1.3",
3635
"phpstan/phpstan-strict-rules": "^1.5",
37-
"phpunit/phpunit": "^10.1",
36+
"phpunit/phpunit": "^10.2",
3837
"roave/security-advisories": "dev-latest",
3938
"wayofdev/cs-fixer-config": "^1.2"
4039
},

0 commit comments

Comments
 (0)