Skip to content

Commit

Permalink
feat: changing repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 9, 2023
1 parent dcab585 commit 2a583e5
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 526 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
php: ["8.1", "8.2"]
php: ["8.2"]
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Features

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

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ help:
@echo
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
@echo
@echo ' 📦 Package laravel-cycle-event-sourcing (github.com/wayofdev/laravel-cycle-event-sourcing)'
@echo ' 📦 Package laravel-cycle-event-sourcing (github.com/wayofdev/laravel-cycle-orm-event-sourcing)'
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
.PHONY: help
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<br>

<div align="center">
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only">
<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">
<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">
</div>


Expand All @@ -11,11 +11,11 @@
<br>

<div align="center">
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</div>

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

```bash
$ composer req wayofdev/laravel-package-tpl
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
```

<br>
Expand Down Expand Up @@ -70,7 +70,7 @@ $ make cs-fix

## 🤝 License

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

<br>

Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wayofdev/cycle-event-sourcing",
"name": "wayofdev/laravel-cycle-orm-event-sourcing",
"description": "Package that provides Cycle ORM integration with EventSauce in Laravel.",
"type": "library",
"license": "MIT",
Expand All @@ -15,26 +15,25 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-decimal": "*",
"ext-json": "*",
"beberlei/assert": "^3.3",
"eventsauce/eventsauce": "^3.4",
"illuminate/contracts": "^10.12",
"nunomaduro/collision": "^7.4"
"illuminate/contracts": "^10.13"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^8.3",
"pestphp/pest": "^2.4",
"orchestra/testbench": "^8.5",
"pestphp/pest": "^2.6",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.2",
"roave/security-advisories": "dev-latest",
"wayofdev/cs-fixer-config": "^1.2"
},
Expand Down
Loading

0 comments on commit 2a583e5

Please sign in to comment.