Skip to content

Commit ada1aa3

Browse files
authored
Merge pull request #1 from wayofdev/feat/initial-commit
2 parents 52612e8 + e30fda7 commit ada1aa3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8223
-6570
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
os: ubuntu-latest
1818
branch: master
19-
package-name: laravel-package-tpl
19+
package-name: laravel-symfony-serializer
2020
secrets:
2121
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2222

CHANGELOG.md

-402
This file was deleted.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
WHITE := ""
3535
RST := ""
3636
endif
37-
MAKE_LOGFILE = /tmpwayofdev-laravel-package-tpl.log
37+
MAKE_LOGFILE = /tmpwayofdev-laravel-symfony-serializer.log
3838
MAKE_CMD_COLOR := $(BLUE)
3939

4040
default: all
@@ -47,7 +47,7 @@ help:
4747
@echo
4848
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
4949
@echo
50-
@echo ' 📦 Package laravel-package-tpl (github.com/wayofdev/laravel-package-tpl)'
50+
@echo ' 📦 Package laravel-symfony-serializer (github.com/wayofdev/laravel-symfony-serializer)'
5151
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
5252
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
5353
.PHONY: help

README.md

+9-9
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-symfony-serializer/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
5+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/laravel-symfony-serializer/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-symfony-serializer/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-symfony-serializer%2Fbadge&style=flat-square"/></a>
15+
<a href="https://packagist.org/packages/wayofdev/laravel-symfony-serializer"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-symfony-serializer?&style=flat-square" alt="Total Downloads"></a>
16+
<a href="https://packagist.org/packages/wayofdev/laravel-symfony-serializer"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-symfony-serializer?&style=flat-square" alt="Latest Stable Version"></a>
17+
<a href="https://packagist.org/packages/wayofdev/laravel-symfony-serializer"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-symfony-serializer?style=flat-square&color=blue" alt="Software License"/></a>
18+
<a href="https://packagist.org/packages/wayofdev/laravel-symfony-serializer"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-symfony-serializer/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-symfony-serializer
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-symfony-serializer?style=for-the-badge&color=blue)](./LICENSE)
7474

7575
<br>
7676

composer.json

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "wayofdev/laravel-package-tpl",
2+
"name": "wayofdev/laravel-symfony-serializer",
33
"description": "PHP package template with GitHub Actions",
44
"type": "library",
55
"license": "MIT",
66
"homepage": "https://wayof.dev",
77
"support": {
8-
"issues": "https://github.com/wayofdev/laravel-package-tpl/issues",
9-
"source": "https://github.com/wayofdev/laravel-package-tpl"
8+
"issues": "https://github.com/wayofdev/laravel-symfony-serializer/issues",
9+
"source": "https://github.com/wayofdev/laravel-symfony-serializer"
1010
},
1111
"authors": [
1212
{
@@ -16,7 +16,10 @@
1616
],
1717
"require": {
1818
"php": "^8.2",
19-
"illuminate/contracts": "^v10.13"
19+
"doctrine/annotations": "^2.0",
20+
"symfony/http-foundation": "^6.3",
21+
"symfony/property-access": "^6.3",
22+
"symfony/serializer": "^6.3"
2023
},
2124
"require-dev": {
2225
"ergebnis/composer-normalize": "^2.31",
@@ -30,18 +33,23 @@
3033
"phpstan/phpstan-phpunit": "^1.3",
3134
"phpstan/phpstan-strict-rules": "^1.5",
3235
"phpunit/phpunit": "^10.2",
36+
"ramsey/uuid": "^4.7",
3337
"roave/security-advisories": "dev-latest",
38+
"symfony/yaml": "^6.3",
3439
"wayofdev/cs-fixer-config": "^1.2"
3540
},
41+
"suggest": {
42+
"symfony/yaml": "For using the YamlEncoder."
43+
},
3644
"autoload": {
3745
"psr-4": {
38-
"WayOfDev\\Package\\": "src/"
46+
"WayOfDev\\Serializer\\": "src/"
3947
}
4048
},
4149
"autoload-dev": {
4250
"psr-4": {
43-
"WayOfDev\\Package\\App\\": "tests/app/",
44-
"WayOfDev\\Package\\Tests\\": "tests/src/"
51+
"WayOfDev\\Serializer\\App\\": "tests/app/",
52+
"WayOfDev\\Serializer\\Tests\\": "tests/src/"
4553
}
4654
},
4755
"scripts": {
@@ -63,7 +71,7 @@
6371
"extra": {
6472
"laravel": {
6573
"providers": [
66-
"WayOfDev\\Package\\Bridge\\Laravel\\Providers\\PackageServiceProvider"
74+
"WayOfDev\\Serializer\\Bridge\\Laravel\\Providers\\SerializerServiceProvider"
6775
]
6876
},
6977
"composer-normalize": {

0 commit comments

Comments
 (0)