Skip to content

Commit dea2fd5

Browse files
committed
update requirements
1 parent 99bdbd3 commit dea2fd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 DevNet Framework
3+
Copyright (c) DevNet Framework
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DevNet Common
2-
This dependency is the common services needed for **DevNet Application**, which includes the following Base Class Library:
2+
This dependency is the common library needed for **DevNet Application**, which includes the following Base Class Library:
33

44
- Configuration Provider
55
- Dependency Injection
@@ -10,7 +10,7 @@ This dependency is the common services needed for **DevNet Application**, which
1010
- [Composer](https://getcomposer.org/) version 2.0 or higher
1111

1212
## Installation
13-
You can install DevNet Core as a third-party library to work with any PHP project, by running the following command in the terminal:
13+
You can install DevNet Common as a third-party library to any PHP project, by running the following command in the terminal:
1414

1515
```bash
1616
composer require devnet/common

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devnet/common",
3-
"description": "The DevNet services that are commonly needed",
3+
"description": "The DevNet Common Library",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"devnet/core": "1.0.*"
13+
"devnet/system": "1.1.*"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)